Skip to content

Instantly share code, notes, and snippets.

@idlesign
Created June 26, 2016 08:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save idlesign/7148e712ed330dd6a0e285b6915114bd to your computer and use it in GitHub Desktop.
Save idlesign/7148e712ed330dd6a0e285b6915114bd to your computer and use it in GitHub Desktop.
Swap File
sudo dd if=/dev/zero of=/swapfile bs=1024 count=524288
sudo chmod 600 /swapfile
sudo mkswap /swapfile
sudo swapon /swapfile
sudo swapoff /swapfile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment