Possible Duplicate:
Server refuses to use swap partition
I am using Linux with Koloxo panel for site management. My database server went down, and I think it happened because of a lack of memory. This is even though the machine has 8GB memory and there aren't many users on the system (maybe about 20 to 50 users maximum at any given time). One thing I see in process is that one apache process is consuming round about 325MB of memory.
Output of process http://apniworld.com/process.png
Is it normal for the processes to consume this much memory? If not, how can I set reduce the memory consumption per user to a normal level?
free -mto determine how much memory you really use. Also, if the MySQL server goes down, it will create some kind of log entries that might tell you why this is happening. Please look up these log entries and also add them to your question. As it stands, we can't help you because you don't tell anything relevant. – Sven Feb 28 '12 at 16:23120222 19:39:31 [Note] /usr/libexec/mysqld: Normal shutdown 120222 19:39:31 [Note] /usr/libexec/mysqld: Shutdown complete... your issues aren't memory related if that's a normal shutdown. I think you may need to have somebody actually take a look at your machine. – Jeff Ferland Feb 28 '12 at 17:53