https://www.jianshu.com/p/975a930f4cb9
https://blog.csdn.net/weixin_33968104/article/details/93031845
sudo swapoff /swapfile sudo dd if=/dev/zero of=/swapfile bs=8M count=1024 sudo mkswap /swapfile sudo swapon /swapfile
比如 bs=1M count=1024 代表设置 1G 大小 SWAP 分区。