一、临时关闭

sudo swapoff -a

sudo swapon --show

二、永久关闭

  1. vim /etc/fstab

#/swap.img .... 开头的这行注销

  1. 删除文件

sudo rm /swap.img

但重启仍然会有swap分区,还需第三步

 3. 执行 sudo systemctl mask swap.img.swap

通过systemctl list-unit-files (--type=swap| grep swap)查看具体名称

swap.img.swap                    generated     -

swap.target                         statice           -

执行命令后:

swap.img.swap        masked enabled