Skip to content

Instantly share code, notes, and snippets.

@daparic
Created May 15, 2023 10:39
Show Gist options
  • Save daparic/0b8aed466638bbc064fb09a5bd349b1d to your computer and use it in GitHub Desktop.
Save daparic/0b8aed466638bbc064fb09a5bd349b1d to your computer and use it in GitHub Desktop.
sudo swapon --show
sudo fallocate -l 5G /swapfile
sudo chmod 600 /swapfile
sudo mkswap /swapfile
sudo swapon /swapfile
sudo echo "/swapfile none swap sw 0 0" >> /etc/fstab
sudo sysctl vm.swappiness=10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment