From: Eric Covener Date: Mon, 12 Mar 2012 00:27:23 +0000 (+0000) Subject: PR52877, MaxMemFree text no longer matches 2.4.x+ default of 2048. X-Git-Tag: 2.5.0-alpha~7393 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8f6bb1efebca7f03bdefb079e4b2eea25a346341;p=apache PR52877, MaxMemFree text no longer matches 2.4.x+ default of 2048. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1299497 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mpm_common.html.en b/docs/manual/mod/mpm_common.html.en index 1ac543ea74..4c3be05167 100644 --- a/docs/manual/mod/mpm_common.html.en +++ b/docs/manual/mod/mpm_common.html.en @@ -292,7 +292,7 @@ to hold without calling free()

The MaxMemFree directive sets the maximum number of free Kbytes that every allocator is allowed to hold without calling free(). In threaded MPMs, every - thread has its own allocator. When not set, or when set + thread has its own allocator. When set to zero, the threshold will be set to unlimited.

diff --git a/docs/manual/mod/mpm_common.xml b/docs/manual/mod/mpm_common.xml index e979555795..bcabd39b07 100644 --- a/docs/manual/mod/mpm_common.xml +++ b/docs/manual/mod/mpm_common.xml @@ -337,7 +337,7 @@ to hold without calling free()

The MaxMemFree directive sets the maximum number of free Kbytes that every allocator is allowed to hold without calling free(). In threaded MPMs, every - thread has its own allocator. When not set, or when set + thread has its own allocator. When set to zero, the threshold will be set to unlimited.