Lets try this.
This commit is contained in:
parent
fb06e50069
commit
ef0cffd7dc
1 changed files with 2 additions and 2 deletions
|
@ -123,11 +123,11 @@ MaxRequestsPerChild 10000
|
|||
# MaxRequestsPerChild: maximum number of requests a server process serves
|
||||
<IfModule worker.c>
|
||||
StartServers 2
|
||||
MaxClients 250
|
||||
MaxClients 500
|
||||
MinSpareThreads 25
|
||||
MaxSpareThreads 75
|
||||
ThreadsPerChild 25
|
||||
MaxRequestsPerChild 0
|
||||
MaxRequestsPerChild 10000
|
||||
#
|
||||
# To reduce memory usage in the worker MPM, the thread guard page
|
||||
# can be disabled, at the expense of some protection against stack
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue