+1: rjung, humbedooh, jim
rjung: sf: you applied it to trunk, care to vote?
- * core config: Update worker and event mpm defaults to match documentation
- and built-in defaults. PR 52102.
- Changed values for MaxRequestWorkers, StartServers, MinSpareThreads
- and MaxSpareThreads in httpd-mpm.conf.
- trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1306426 and
- http://svn.apache.org/viewvc?view=revision&revision=1306841
- 2.4.x patch: trunk patch works
- +1: rjung, humbedooh, jim
-
PATCHES PROPOSED TO BACKPORT FROM TRUNK:
[ New proposals should be added at the end of the list ]
StartServers 5
MinSpareServers 5
MaxSpareServers 10
- MaxRequestWorkers 150
+ MaxRequestWorkers 250
MaxConnectionsPerChild 0
</IfModule>
# MaxConnectionsPerChild: maximum number of connections a server process serves
# before terminating
<IfModule mpm_worker_module>
- StartServers 2
- MinSpareThreads 25
- MaxSpareThreads 75
+ StartServers 3
+ MinSpareThreads 75
+ MaxSpareThreads 250
ThreadsPerChild 25
- MaxRequestWorkers 150
+ MaxRequestWorkers 400
MaxConnectionsPerChild 0
</IfModule>
# MaxConnectionsPerChild: maximum number of connections a server process serves
# before terminating
<IfModule mpm_event_module>
- StartServers 2
- MinSpareThreads 25
- MaxSpareThreads 75
+ StartServers 3
+ MinSpareThreads 75
+ MaxSpareThreads 250
ThreadsPerChild 25
- MaxRequestWorkers 150
+ MaxRequestWorkers 400
MaxConnectionsPerChild 0
</IfModule>