Reduce MaxClients
This commit is contained in:
parent
a730dd6516
commit
f711fea4e3
|
@ -2101,7 +2101,7 @@ KeepAliveTimeout 1
|
||||||
StartServers 5
|
StartServers 5
|
||||||
MinSpareServers 5
|
MinSpareServers 5
|
||||||
MaxSpareServers 10
|
MaxSpareServers 10
|
||||||
MaxClients 10
|
MaxClients 5
|
||||||
MaxRequestsPerChild 10
|
MaxRequestsPerChild 10
|
||||||
</IfModule>
|
</IfModule>
|
||||||
|
|
||||||
|
@ -2111,7 +2111,7 @@ KeepAliveTimeout 1
|
||||||
MaxSpareThreads 5
|
MaxSpareThreads 5
|
||||||
ThreadLimit 6
|
ThreadLimit 6
|
||||||
ThreadsPerChild 10
|
ThreadsPerChild 10
|
||||||
MaxClients 10
|
MaxClients 5
|
||||||
MaxRequestsPerChild 10
|
MaxRequestsPerChild 10
|
||||||
</IfModule>
|
</IfModule>
|
||||||
|
|
||||||
|
@ -2121,7 +2121,7 @@ KeepAliveTimeout 1
|
||||||
MaxSpareThreads 5
|
MaxSpareThreads 5
|
||||||
ThreadLimit 6
|
ThreadLimit 6
|
||||||
ThreadsPerChild 10
|
ThreadsPerChild 10
|
||||||
MaxClients 10
|
MaxClients 5
|
||||||
MaxRequestsPerChild 10
|
MaxRequestsPerChild 10
|
||||||
</IfModule>
|
</IfModule>
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
Loading…
Reference in New Issue