Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
 Post subject: Apache & Magento Setup
PostPosted: Wed Jan 20, 2010 9:49 am 
Offline
Junior Member

Joined: Fri Jan 02, 2009 9:11 am
Posts: 36
From my earlier post http://www.linode.com/forums/viewtopic.php?t=5078 I am looking for some advice on how to make sure I don't run out of memory again. I am running a 2 node setup with a mysql server and a web server running apache.

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.


Top
   
 Post subject:
PostPosted: Wed Jan 20, 2010 9:56 am 
Offline
Junior Member

Joined: Fri Jan 02, 2009 9:11 am
Posts: 36
Following the hints on http://library.linode.com/troubleshooti ... networking

apache2 -V | grep 'MPM'
Server MPM: Prefork
-D APACHE_MPM_DIR="server/mpm/prefork"

<IfModule mpm_prefork_module>
StartServers 1
MinSpareServers 3
MaxSpareServers 6
ServerLimit 24
MaxClients 24
MaxRequestsPerChild 3000
</IfModule>

Any other suggestions?

Thanks in advance for any help


Top
   
 Post subject:
PostPosted: Thu Jan 21, 2010 12:58 am 
Offline
Junior Member

Joined: Thu Jan 07, 2010 8:12 pm
Posts: 21
Set MaxClients low enough that you won't run out of memory if you actually have that many connections; run a tool like ab if you want to simulate load. Remove unneeded modules, and set up a lightweight reverse proxy if need be. Don't forget to make sure it's actually Apache that's using all your memory!


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group