Skip to content

Instantly share code, notes, and snippets.

@indatawetrust
Created May 2, 2017 23:30
Show Gist options
  • Save indatawetrust/68b4ab1fe0613843abca8e5cc430e5e3 to your computer and use it in GitHub Desktop.
Save indatawetrust/68b4ab1fe0613843abca8e5cc430e5e3 to your computer and use it in GitHub Desktop.
swap
sudo swapon -s
sudo fallocate -l 4G /swapfile
sudo chmod 600 /swapfile
sudo mkswap /swapfile
sudo swapon /swapfile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment