Skip to content

Instantly share code, notes, and snippets.

@bobbysciacchitano
Created March 25, 2013 03:25
Show Gist options
  • Save bobbysciacchitano/5234729 to your computer and use it in GitHub Desktop.
Save bobbysciacchitano/5234729 to your computer and use it in GitHub Desktop.
Allocate swap space on Linux server.
sudo fallocate -l 512m /mnt/512mb.swap
sudo mkswap /mnt/512mb.swap
sudo swapon /mnt/512mb.swap
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment