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
gridview on row data bound
MSSQL$MSFW service does not start anymore
SBS 2008 Group Policies not applied
Adjust Excel document to where it totals a column using Microsoft Access VBA?
Batch File: String manipulation
undocumented traces
Need help for create csv ?
Asp.net Calender Control and JQuery
ERROR: Object or class does not support the set of events?
Collapse a PHP array