ubuntu禁用虚拟内存swap
sudo swapoff -a
在swap分区这行前加 # 禁用掉,保存退出
sudo vim /etc/fstab
或
sed -ri 's/.*swap.*/#&/' /etc/fstab
重新启动电脑
sudo reboot