I have a dedicated server with 8GB of RAM. The content I host heavily utilizes PHP/MySQL. I've optimized a few times (apache/MySQL). The thing is, the 8GB of memory gets eaten alive within hours. I will go from 7GB of ram to 305MB of ram within a 12 hour period. I can shut down apache and mySQL and run
killall -9 php
killall -9 mysqld
but only about 2GB of ram is free.
Is there any way to track the source that is eating the memory?
killall -9 php
killall -9 mysqld
but only about 2GB of ram is free.
Is there any way to track the source that is eating the memory?