Im using SUSE, i have 31GB of memory Mem: 31908592k total, 31429632k used, 478960k free, 12176k buffers How do I find out what process are eating up all my memory.
|
feedback
|
|
Looks like you're running Ignore the first line of output from You need to be looking at the second line of output from For example, my machine currently shows:
Although there are only 906624 bytes of RAM sitting completely unused at the moment, there are an additional 461344 bytes of buffers and 837008 bytes of cached data which can be made available more-or-less instantly if something more important (i.e., just about anything) needs the memory, giving me a total of 2204976 bytes actually available to me. | |||
feedback
|
|
Run And don't forget, "Linux ate my RAM!". | |||||
feedback
|
|
Use the | |||||||
feedback
|
kill -9rsync?! rsync has proper mechanisms for shutting down, andkill -9is never one of them. – Ignacio Vazquez-Abrams Jul 8 '11 at 8:19killwithout the-9, orkill -2if you want the exact same effect asctrl-C, but you don't have an open terminal connected to the process. – Dave Sherohman Jul 8 '11 at 10:08