memcached (openstack) is no longer in use
[mirror/dsa-puppet.git] / 3rdparty / modules / apache / templates / mod / mpm_event.conf.erb
1 <IfModule mpm_event_module>
2   StartServers          2
3   MinSpareThreads      25
4   MaxSpareThreads      75
5   ThreadLimit          64
6   ThreadsPerChild      25
7   MaxClients          150
8   MaxRequestsPerChild   0
9 </IfModule>