Published
- 1 min read
what process consuming RAM
The solution for this is noted below
what process consuming RAM
Solution
ps -o pid,user,%mem,command ax | sort -b -k3 -r
Try other methods by searching on the site. That is if this doesn’t work