Skip to content

Instantly share code, notes, and snippets.

@imylomylo
Created December 12, 2018 08:29
Show Gist options
  • Save imylomylo/cea050a083a5ddf873b040b9e0147e84 to your computer and use it in GitHub Desktop.
Save imylomylo/cea050a083a5ddf873b040b9e0147e84 to your computer and use it in GitHub Desktop.
sudo fallocate -l 4G /swapfile
sudo chmod 600 /swapfile
sudo mkswap /swapfile
sudo swapon /swapfile
echo '/swapfile none swap sw 0 0' | sudo tee -a /etc/fstab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment