Skip to content

Instantly share code, notes, and snippets.

@coderdipto
Forked from Whistler092/swap.sh
Created September 8, 2020 08:03
Show Gist options
  • Save coderdipto/f57861765fc10c211edbe5a1142cb153 to your computer and use it in GitHub Desktop.
Save coderdipto/f57861765fc10c211edbe5a1142cb153 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