First access is slow
Here is a link to my munin page
8 Replies
csv format
For example, you seem to have 13 PHP processes each 60-70MB large. That's more than 780MB. On a 512 node.
Granted, I'm not familiar with Virtualmin and I don't know what those numbers are, shared virtual or res.
You also seem to have both PHP-CGI and Apache processes take quite a lot of ram. How so? Using both mod_php and fastcgi? Anyway, for those process sizes you can really afford 3 or 4 of each, leaving room for other things.
I have a question though. Why don't these processes go away if they aren't being used. I know there are not that many people visiting my sites at any one time.
StartServers 3
MinSpareServers 3
MaxSpareServers 3
ServerLimit 50
MaxClients 50
MaxRequestsPerChild 1000