Skip to content

Instantly share code, notes, and snippets.

@akottr
Last active August 30, 2016 21:53
Show Gist options
  • Save akottr/efe96618aac52d56c1b336f41d6ad562 to your computer and use it in GitHub Desktop.
Save akottr/efe96618aac52d56c1b336f41d6ad562 to your computer and use it in GitHub Desktop.
fallocate -l 4G /swapfile && chmod 600 /swapfile && mkswap /swapfile && swapon /swapfile && echo "/swapfile   none    swap    sw    0   0" >> /etc/fstab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment