Hello, I ran the following command:
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
