Skip to content

Instantly share code, notes, and snippets.

@ThomasHornschuh
Created April 19, 2020 11:13
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 ThomasHornschuh/be804566e608883d3e22bc5c5d3c7a12 to your computer and use it in GitHub Desktop.
Save ThomasHornschuh/be804566e608883d3e22bc5c5d3c7a12 to your computer and use it in GitHub Desktop.
sudo fallocate -l 16G /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