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
Date variable from another workbook, set as variable - VBA
Norton Ghost 15.0 Licensing
Copy database wizard and have this as schedule
MySQL Three Table Join Query
Lost access to Exchange 2003 mailboxes
Border on first and last record
trueport.sys bsod
PHP MYSQL insert multiple records
HttpUnit visual display?
Modify SP to return degree day total for each month