Skip to content

Instantly share code, notes, and snippets.

@silverfoxy
Created February 27, 2020 04:01
Show Gist options
  • Select an option

  • Save silverfoxy/2fffc4f3651c157cabc70eb018412d87 to your computer and use it in GitHub Desktop.

Select an option

Save silverfoxy/2fffc4f3651c157cabc70eb018412d87 to your computer and use it in GitHub Desktop.
sudo fallocate -l 1G /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