With the terminal: Show the 10 processes that consume the most memory

Reading my RSS i came across this interesting tip that will show us the 10 processes that consume the most in our system. We open a terminal and put:

ps aux --width 30 --sort -rss | head

And we will result in something like this: