]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Backport r658305 from trunk (Remove bogus instruction)
authorVincent Bray <noodl@apache.org>
Tue, 20 May 2008 20:57:27 +0000 (20:57 +0000)
committerVincent Bray <noodl@apache.org>
Tue, 20 May 2008 20:57:27 +0000 (20:57 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@658428 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mpm_common.xml

index 0265ad2063ba858b1c71ffe3419bc17f01c9436a..431e8cc166044d967c0c7494baaf4679242f80a3 100644 (file)
@@ -473,15 +473,8 @@ will handle during its life</description>
     </note>
 
     <p>Setting <directive>MaxRequestsPerChild</directive> to a
-    non-zero limit has two beneficial effects:</p>
-
-    <ul>
-      <li>it limits the amount of memory that process can consume
-      by (accidental) memory leakage;</li>
-
-      <li>by giving processes a finite lifetime, it helps reduce
-      the number of processes when the server load reduces.</li>
-    </ul>
+    non-zero value limits the amount of memory that process can consume
+    by (accidental) memory leakage.</p>
 
     <note><title>Note</title>
       <p>For <directive module="core">KeepAlive</directive> requests, only