]> 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 16:49:53 +0000 (16:49 +0000)
committerVincent Bray <noodl@apache.org>
Tue, 20 May 2008 16:49:53 +0000 (16:49 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@658335 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mpm_common.xml

index d33e84927b1318531f78a05fd8f02e555e1d8a79..10ce3e57e07a881b4d18b8b9dbe307c480d36cb7 100644 (file)
@@ -501,15 +501,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