free -m
sudo fallocate -l 16.0G /swapfile
sudo swapoff /swapfile
sudo swapon /swapfile
ubuntu20.04调整swap空间大小
原文:https://www.cnblogs.com/jiftle/p/15307200.html