Disk IO Spike
<ifmodule mpm_worker_module="">StartServers 2
MinSpareThreads 25
MaxSpareThreads 75
ThreadLimit 64
ThreadsPerChild 25
MaxClients 25
MaxRequestsPerChild 0</ifmodule>
I can't turn my MaxClients down anymore unless I turn my ThreadsPerChild down, but I don't what it all actually means. How do I optimize it so that it'll stop crashing?
6 Replies
@Vance:
And apache2ctl -M | grep mpm should tell you whether you're using the prefork or worker MPM.
I'm using worker MPM
What are you using between Apache and MySQL?