Running out of swapspace

Dec 16, 2013
1 min read
Oct 29, 2023 10:15 CET

Run the following command to see which process needs so much memory:

ps aux | sort -n +5

Related Posts