Skip to content

Instantly share code, notes, and snippets.

@skydiver
Created March 7, 2017 03:16
Show Gist options
  • Save skydiver/cff7c7e5bf7b650bc9eeb187ff6b2bce to your computer and use it in GitHub Desktop.
Save skydiver/cff7c7e5bf7b650bc9eeb187ff6b2bce to your computer and use it in GitHub Desktop.
[Digital Ocean] Add Swap Space on Ubuntu 16.04
sudo fallocate -l 1G /swapfile
sudo chmod 600 /swapfile
sudo mkswap /swapfile
sudo swapon /swapfile
sudo swapon --show
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment