]> granicus.if.org Git - apache/commitdiff
PR52877, MaxMemFree text no longer matches 2.4.x+ default of 2048.
authorEric Covener <covener@apache.org>
Mon, 12 Mar 2012 00:27:23 +0000 (00:27 +0000)
committerEric Covener <covener@apache.org>
Mon, 12 Mar 2012 00:27:23 +0000 (00:27 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1299497 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mpm_common.html.en
docs/manual/mod/mpm_common.xml

index 1ac543ea74956c59d4831f84c3aa13c42fe08b7e..4c3be051676ced2e0e1ca08b48376acfb61b2241 100644 (file)
@@ -292,7 +292,7 @@ to hold without calling <code>free()</code></td></tr>
     <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>
index e979555795d3f08e732376c74b37fe7862de5cb9..bcabd39b0739280f8fcc3e4e92babe85c7e25aa6 100644 (file)
@@ -337,7 +337,7 @@ to hold without calling <code>free()</code></description>
     <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>