xxxxxxxxxx
sudo swapoff -a # this will empty all swap and disable them
# you should also remove swap entry from /etc/fstab if you want
# this to be kept after restart
# you can also run this command to re-enable them
# (you'll have to add them back in fstab first)
sudo swapon -a