You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2012/03/12 01:27:24 UTC

svn commit: r1299497 - in /httpd/httpd/trunk/docs/manual/mod: mpm_common.html.en mpm_common.xml

Author: covener
Date: Mon Mar 12 00:27:23 2012
New Revision: 1299497

URL: http://svn.apache.org/viewvc?rev=1299497&view=rev
Log:
PR52877, MaxMemFree text no longer matches 2.4.x+ default of 2048.


Modified:
    httpd/httpd/trunk/docs/manual/mod/mpm_common.html.en
    httpd/httpd/trunk/docs/manual/mod/mpm_common.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mpm_common.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mpm_common.html.en?rev=1299497&r1=1299496&r2=1299497&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mpm_common.html.en (original)
+++ httpd/httpd/trunk/docs/manual/mod/mpm_common.html.en Mon Mar 12 00:27:23 2012
@@ -292,7 +292,7 @@ to hold without calling <code>free()</co
     <p>The <code class="directive">MaxMemFree</code> directive sets the
     maximum number of free Kbytes that every allocator is allowed
     to hold without calling <code>free()</code>. 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.</p>
 
 </div>

Modified: httpd/httpd/trunk/docs/manual/mod/mpm_common.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mpm_common.xml?rev=1299497&r1=1299496&r2=1299497&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mpm_common.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mpm_common.xml Mon Mar 12 00:27:23 2012
@@ -337,7 +337,7 @@ to hold without calling <code>free()</co
     <p>The <directive>MaxMemFree</directive> directive sets the
     maximum number of free Kbytes that every allocator is allowed
     to hold without calling <code>free()</code>. 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.</p>
 </usage>
 </directivesynopsis>