Increase swapfile size in Ubuntu
The default of 2 GB turned out to be a bit limiting.
There was a nice guide over at here.
There was a nice guide over at here.
sudo swapoff /swapfile
sudo fallocate -l 16G /swapfile
sudo mkswap /swapfile
sudo swapon /swapfile
swapon --show
free -h