Skip to content

Instantly share code, notes, and snippets.

@hitapia
Created December 22, 2015 10:47
Show Gist options
  • Select an option

  • Save hitapia/b57ecf1d02786a90ca46 to your computer and use it in GitHub Desktop.

Select an option

Save hitapia/b57ecf1d02786a90ca46 to your computer and use it in GitHub Desktop.
make swap file - UBUNTU
sudo fallocate -l 4G /swapfile
sudo chmod 600 /swapfile
sudo mkswap /swapfile
sudo swapon /swapfile
sudo swapon -s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment