To show the memory usage by process, use the following:
ps -o pid,user,%mem,command ax | sort -b -k3 -rYou can also use top and issue a Shift+M combination
To show the memory usage by process, use the following:
ps -o pid,user,%mem,command ax | sort -b -k3 -rYou can also use top and issue a Shift+M combination