www-data takes up 90% memory
ps axo %mem,comm,pid,euser | sort -nr | head -n 10
to check the top memory consuming processes.
I am always getting apache2 service by www-data user as the top memory consumers, there are close to 10 of these. The thing is even after restarting apache, these processes start showing up immediately.
I have just a Wordpress installation on the server and can confirm that it is not generating any such data files via php.
Can anyone please help - I am running out of RAM just by running one wordpress install
5 Replies
What does the output of "free -m" say?
Here is the output of free -m:
total used free shared buffers cached
Mem: 487 440 46 0 8 135
-/+ buffers/cache: 297 190
Swap: 511 82 429
Also, I am regularly getting these Disk I/O alerts from Linode.
My Apache processes still take up close to 70MB RAM each which means at this rate the server will be able to handle just ~6 apache processes. The sad thing is I am noticing traffic drop after moving to Linode now