]> granicus.if.org Git - apache/commitdiff
fix the sample worker configuration... it didn't make any sense
authorJeff Trawick <trawick@apache.org>
Wed, 20 Nov 2002 12:50:57 +0000 (12:50 +0000)
committerJeff Trawick <trawick@apache.org>
Wed, 20 Nov 2002 12:50:57 +0000 (12:50 +0000)
previously, and you'd see something like this when starting Apache
with it:

WARNING: MaxClients (8) must be at least as large
 large as ThreadsPerChild (25). Automatically
 increasing MaxClients to 25.

PR:              10430

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97573 13f79535-47bb-0310-9956-ffa450edef68

docs/conf/highperformance-std.conf

index 2d356165166c75e8715a0eb51534e5a515bb983d..a8e033c26717297a80cfe7b687a9949ce904d610 100755 (executable)
@@ -27,11 +27,12 @@ MaxSpareServers 10
 </IfModule>
 
 <IfModule worker.c>
-MaxClients       8
-StartServers     3
-MinSpareThreads  5
-MaxSpareThreads 10
-ThreadsPerChild 25
+StartServers         2
+MaxClients         150
+MinSpareThreads     25
+MaxSpareThreads     75 
+ThreadsPerChild     25
+MaxRequestsPerChild  0
 </IfModule>
 
 # Assume no memory leaks at all