Skip to content

Instantly share code, notes, and snippets.

@ngtrieuvi92
Last active December 5, 2019 00:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ngtrieuvi92/033de7ea8c880a9a500bf8df234ca6d2 to your computer and use it in GitHub Desktop.
Save ngtrieuvi92/033de7ea8c880a9a500bf8df234ca6d2 to your computer and use it in GitHub Desktop.
sudo fallocate -l 4G /swapfile && \
sudo chmod 600 /swapfile && \
sudo mkswap /swapfile && \
sudo swapon /swapfile && \
sudo swapon -s && \
sudo cp /etc/fstab /etc/fstab.bak && \
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