The default of 2 GB turned out to be a bit limiting.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 The post Increase swapfile size in Ubuntu was written by Frans at The One with the Thoughts of […]