Apache & Magento Setup
I am running magneto with APC as the cache on the web server and everything seems to run fairly quickly but it seems under load the server very quickly runs out of memory and falls over.
Does any one have and suggestion on what apache settings might need changing to stop it consuming large amount of memory?
I have followed quite a few guide on magneto and I think I have most of the optimization's suggested for magneto in place but I have not done a large amount with apache.
2 Replies
apache2 -V | grep 'MPM'
Server MPM: Prefork
-D APACHEMPMDIR="server/mpm/prefork"
MinSpareServers 3
MaxSpareServers 6
ServerLimit 24
MaxClients 24
MaxRequestsPerChild 3000
Any other suggestions?
Thanks in advance for any help