Created
November 2, 2017 16:02
-
-
Save notxarb/10d66e3b6f44968cdb646d73cbccb7dd to your computer and use it in GitHub Desktop.
add swap to day one databases
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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