Microsoft
Software
Hardware
Network
Question : How to sumarize RAM (memory) used by process?
My server is Centos, running apache, php, mysql ....
When running, it increase memory much
Server has 8G RAM, and memory increase 1500MB, 1600MB .... to 8000MB
How can I check what process use much memory? What caused my problem?
Thank you!
Answer : How to sumarize RAM (memory) used by process?
Use the following command lines:
top
ps -eo pmem,pcpu,rss,vsize,args | sort -k 1 -r | more
Random Solutions
Coldfusion Variable Evaluation
maven bootclasspath append
Crystal Report fails to connect to Database in C# APP
Error Handling VBA
Speed Fan GPU question
multi colored screen crash
find same week in previous year
website with animated icons to copy into HTML programs
ssl certificates on rhel server rebuild
InnoDB engine reuses auto_increment IDs !!