php-cgi memory usage higher than php's memory limit
- by Josh Nankin
I'm running apache with a worker MPM and php with fastcgi.
the following are my mpm limits:
StartServers 5
MinSpareThreads 5
MaxSpareThreads 10
ThreadLimit 64
ThreadsPerChild 10
MaxClients 10
MaxRequestsPerChild 2000
I've also setup my php-cgi with the following:
PHP_FCGI_CHILDREN=5…