]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Remove bogus instruction
authorVincent Bray <noodl@apache.org>
Tue, 20 May 2008 16:10:28 +0000 (16:10 +0000)
committerVincent Bray <noodl@apache.org>
Tue, 20 May 2008 16:10:28 +0000 (16:10 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@658305 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mpm_common.xml

index 37c4e9c80e62511e59e09a4c957e7776e8b259bc..813f7f91f684b843e6579f5a6a3ed424a6dc793c 100644 (file)
@@ -526,15 +526,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