summaryrefslogtreecommitdiff
path: root/usr.sbin/httpd/htdocs/manual/misc/perf-tuning.html
diff options
context:
space:
mode:
authorBob Beck <beck@cvs.openbsd.org>1999-09-29 06:30:11 +0000
committerBob Beck <beck@cvs.openbsd.org>1999-09-29 06:30:11 +0000
commitd7a28c8e58fea890c759cc33cd38ab83a7c526c6 (patch)
treef0f30a4771b74f546171ab069514b642ac12a521 /usr.sbin/httpd/htdocs/manual/misc/perf-tuning.html
parent0ec93a585fb52894b76953291e90f5b41f3b543e (diff)
Apache 1.3.9 + Mod_ssl 2.4.2 - now builds with apaci nastiness.
Diffstat (limited to 'usr.sbin/httpd/htdocs/manual/misc/perf-tuning.html')
-rw-r--r--usr.sbin/httpd/htdocs/manual/misc/perf-tuning.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/usr.sbin/httpd/htdocs/manual/misc/perf-tuning.html b/usr.sbin/httpd/htdocs/manual/misc/perf-tuning.html
index 956a7febbc5..46995c9eccd 100644
--- a/usr.sbin/httpd/htdocs/manual/misc/perf-tuning.html
+++ b/usr.sbin/httpd/htdocs/manual/misc/perf-tuning.html
@@ -209,12 +209,12 @@ consider tuning these settings. Use the <CODE>mod_status</CODE> output
as a guide.
<P>Related to process creation is process death induced by the
-<CODE>MaxRequestsPerChild</CODE> setting. By default this is 30, which
-is probably far too low unless your server is using a module such as
-<CODE>mod_perl</CODE> which causes children to have bloated memory
-images. If your server is serving mostly static pages then consider
-raising this value to something like 10000. The code is robust enough
-that this shouldn't be a problem.
+<CODE>MaxRequestsPerChild</CODE> setting. By default this is 0, which
+means that there is no limit to the number of requests handled
+per child. If your configuration currently has this set to some
+very low number, such as 30, you may want to bump this up significantly.
+If you are running SunOS or an old version of Solaris, limit this
+to 10000 or so because of memory leaks.
<P>When keep-alives are in use, children will be kept busy
doing nothing waiting for more requests on the already open