Skip to content

Instantly share code, notes, and snippets.

@serkin
Created June 28, 2016 06:58
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 serkin/d20ec97ea21f48f81a0da380b5244321 to your computer and use it in GitHub Desktop.
Save serkin/d20ec97ea21f48f81a0da380b5244321 to your computer and use it in GitHub Desktop.
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