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
Enterprise Manager setup
How do I know what the Ram Capacity is on my PC if I have 4 slots but have 2gig sticks currently per slot
Logging in to a router, firewall, and switches
How do I turn off mail server bouncebacks?
Setting up an ftp log server on a Cisco ASA 5505
C# Reading file into bytes, then converting it to string, then converting it back to bytes
word 2007 page numbers
Developing for W2K3 - Missing MSCVP100.DLL & MSVCR100.DLL
A comment triggers image display in IE6
Adobe Flex: Browse For XML File(FileReference), Modify It, then upload it to server?