Skip to content

Instantly share code, notes, and snippets.

@coderdipto
Forked from Whistler092/swap.sh
Last active January 20, 2022 05:10
Show Gist options
  • Save coderdipto/a6dcb26ae4e853546c6712bf11f11ca5 to your computer and use it in GitHub Desktop.
Save coderdipto/a6dcb26ae4e853546c6712bf11f11ca5 to your computer and use it in GitHub Desktop.
Swap
sudo swapon -s
sudo fallocate -l 4G /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