puppet-openstackid/files/apache-connection-tuning

12 lines
285 B
Plaintext

# mpm_event_module
<IfModule mpm_event_module>
ServerLimit 128
StartServers 3
MinSpareThreads 96
MaxSpareThreads 192
ThreadLimit 64
ThreadsPerChild 32
MaxClients 4096
MaxRequestsPerChild 5000
</IfModule>