Answers for "linux how much memory is a process using"

2

how to check which process is using more memory in linux

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

what process is using memory linux

ps aux --sort=-%mem | head
Posted by: Guest on July-15-2021

Code answers related to "linux how much memory is a process using"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language