Skip to content

Instantly share code, notes, and snippets.

@jsullivanlive
Created February 2, 2020 08:26
Show Gist options
  • Save jsullivanlive/849127e45efc6c887b8ffa002684de45 to your computer and use it in GitHub Desktop.
Save jsullivanlive/849127e45efc6c887b8ffa002684de45 to your computer and use it in GitHub Desktop.
2020-02-02 add swap in ubuntu
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