Reducing memory for worker MPM in Apache

Posted by ShyM on Server Fault See other posts from Server Fault or by ShyM
Published on 2012-10-24T16:57:35Z Indexed on 2012/10/24 17:02 UTC
Read the original article Hit count: 208

I've moved from the prefork MPM to the worker MPM due to a process limit I was hitting on my VPS.

However, memory usage increased after switching over (which is odd since the worker MPM is supposed to have a smaller memory footprint?). Most of them belong to php-cgi processes. Is there something I'm doing wrong?

I have around 20 sites on it, each with a different fcgi wrapper script. Could that be a reason?

© Server Fault or respective owner

Related posts about apache2

Related posts about fastcgi