ls -lh /swapfile
sudo swapoff -a
sudo fallocate -l 8G /swapfile
ls -lh /swapfile
sudo chmod 600 /swapfile
sudo mkswap /swapfile
sudo swapon /swapfile
sudo swapon --show
free -h
References
https://devanswers.co/creating-swap-space-ubuntu-18-04/
Daily Notes of a Programmer
ls -lh /swapfile
sudo swapoff -a
sudo fallocate -l 8G /swapfile
ls -lh /swapfile
sudo chmod 600 /swapfile
sudo mkswap /swapfile
sudo swapon /swapfile
sudo swapon --show
free -h
References
https://devanswers.co/creating-swap-space-ubuntu-18-04/