Clean up swap centos in single command row

Jahtra Genio
Apr 8, 2021

run this magic command

swapoff -a; sudo swapon -a

Be careful doing this, as you may make your system unstable, especially if its already low on RAM.

--

--