Skip to content

Instantly share code, notes, and snippets.

@jverdeyen
Created August 24, 2012 20:43
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 jverdeyen/3455403 to your computer and use it in GitHub Desktop.
Save jverdeyen/3455403 to your computer and use it in GitHub Desktop.
Enable swap partition
sudo fdisk -l
# choose swap partition id 82 ex. /dev/vda2
sudo mkswap /dev/vda2
sudo swapon /dev/vda2
# verify
swapon -s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment