Skip to content

Instantly share code, notes, and snippets.

@flaviozantut
Created January 21, 2013 21:53
Show Gist options
  • Save flaviozantut/4589826 to your computer and use it in GitHub Desktop.
Save flaviozantut/4589826 to your computer and use it in GitHub Desktop.
add swap M
sudo dd if=/dev/zero of=/mnt/file.swap bs=1M count=512
sudo mkswap /mnt/file.swap
sudo swapon /mnt/file.swap
/mnt/file.swap none swap sw 0 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment