Reducing memory for worker MPM in Apache
- by ShyM
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?