Skip to content

Instantly share code, notes, and snippets.

@jrialland
Created September 25, 2015 10:12
Show Gist options
  • Save jrialland/85a0256a8a96c83f412c to your computer and use it in GitHub Desktop.
Save jrialland/85a0256a8a96c83f412c to your computer and use it in GitHub Desktop.
increase swap on the go
dd if=/dev/zero of=swapfile bs=1024 count=6553600
mkswap swapfile
swapon swapfile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment