How to Find the Most Memory taking process in Ubuntu Linux

How to Find the Most Memory taking process in Ubuntu Linux: "Some Times system administrators need to kill the memory eater process. When your system become slower, check the following command and find the memory eater.





Open a terminal and Type the following command



#ps aux | sort -nrk 4 | head
"