Skip to content

Instantly share code, notes, and snippets.

@lhartikk
Created March 4, 2015 12:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lhartikk/72fc0cbba366ad1b53b6 to your computer and use it in GitHub Desktop.
Save lhartikk/72fc0cbba366ad1b53b6 to your computer and use it in GitHub Desktop.
Set linux swap
fallocate -l 4G /swapfile
sudo chmod 600 /swapfile
mkswap /swapfile
swapon /swapfile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment