Skip to content

Instantly share code, notes, and snippets.

@lanrion
Created December 25, 2014 02:46
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 lanrion/3b8b68d4c66e5a4f6cd9 to your computer and use it in GitHub Desktop.
Save lanrion/3b8b68d4c66e5a4f6cd9 to your computer and use it in GitHub Desktop.
swap for ubuntu
% su -
% dd if=/dev/zero of=/swap bs=1M count=2048
% mkswap /swap
% swapon /swap
% vi /etc/fstab
....
/swap swap swap defaults 0 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment