Skip to content

Instantly share code, notes, and snippets.

@marschhuynh
Created February 9, 2017 05:13
Show Gist options
  • Save marschhuynh/a6646b34b00f02f53fa2da4ec7ddb628 to your computer and use it in GitHub Desktop.
Save marschhuynh/a6646b34b00f02f53fa2da4ec7ddb628 to your computer and use it in GitHub Desktop.
Create swap on linux
sudo /bin/dd if=/dev/zero of=/swap bs=1M count=1024
sudo /sbin/mkswap /swap
sudo chmod 600 /swap
sudo /sbin/swapon /swap
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment