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
Private VLAN on ESX Cluster
2003 pdc holding all fsmo roles crashed; ad rebuilding indices; server is enterprise cert server
connecting to a windows 2003 file share from a mac, folders are empty
user without any role
2010 OWA Forms authentication
Can u upgrade from Win 7 32bit to Win 7 64bit
How to make my WPF button keep shining
Architecting a Silverlight GoogleMaps website
Image re-sizing
Print .xml document....ASP