Reduce MaxClients

This commit is contained in:
Bob Mottram 2014-04-20 12:26:56 +01:00
parent a730dd6516
commit f711fea4e3
1 changed files with 3 additions and 3 deletions

View File

@ -2101,7 +2101,7 @@ KeepAliveTimeout 1
StartServers 5
MinSpareServers 5
MaxSpareServers 10
MaxClients 10
MaxClients 5
MaxRequestsPerChild 10
</IfModule>
@ -2111,7 +2111,7 @@ KeepAliveTimeout 1
MaxSpareThreads 5
ThreadLimit 6
ThreadsPerChild 10
MaxClients 10
MaxClients 5
MaxRequestsPerChild 10
</IfModule>
@ -2121,7 +2121,7 @@ KeepAliveTimeout 1
MaxSpareThreads 5
ThreadLimit 6
ThreadsPerChild 10
MaxClients 10
MaxClients 5
MaxRequestsPerChild 10
</IfModule>
#+END_SRC