Find whats using swap
If you need to find which process is using swap, as root on your command line run. for file in /proc/*/status ; do awk ‘/VmSwap|Name/{printf $2 ” ” $3}END{ print…
If you need to find which process is using swap, as root on your command line run. for file in /proc/*/status ; do awk ‘/VmSwap|Name/{printf $2 ” ” $3}END{ print…