Skip to content

Instantly share code, notes, and snippets.

@notxarb
Created November 2, 2017 16:02
Show Gist options
  • Save notxarb/10d66e3b6f44968cdb646d73cbccb7dd to your computer and use it in GitHub Desktop.
Save notxarb/10d66e3b6f44968cdb646d73cbccb7dd to your computer and use it in GitHub Desktop.
add swap to day one databases
dd if=/dev/zero of=/var/swap.4 bs=1024 count=2097152
mkswap /var/swap.4
swapon /var/swap.4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment