Skip to content

Instantly share code, notes, and snippets.

@heysamtexas
Last active August 31, 2017 07:55
Show Gist options
  • Save heysamtexas/84fe29ae3d289e2b6b4cf2792060f82e to your computer and use it in GitHub Desktop.
Save heysamtexas/84fe29ae3d289e2b6b4cf2792060f82e to your computer and use it in GitHub Desktop.
sudo fallocate -l 2G /swapfile
sudo chmod 600 /swapfile
sudo mkswap /swapfile
sudo swapon /swapfile
sudo 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