Answers for "how to check which process is using more memory in linux"

0

how to check which process is using more memory in linux

ps aux --sort=-%mem | head
Posted by: Guest on April-28-2021

Code answers related to "how to check which process is using more memory in linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language