increased size for mounted swap
authorChris Koeritz <fred@gruntose.com>
Sat, 16 Dec 2017 23:16:14 +0000 (23:16 +0000)
committerChris Koeritz <fred@gruntose.com>
Sat, 16 Dec 2017 23:16:14 +0000 (23:16 +0000)
scripts/system/add_swap_mount.sh

index 593115fe2f58784938efbdde9c730f8c1024b4f2..2577f44ae4f653164dbd109d4e3449d6b75c417f 100644 (file)
@@ -8,7 +8,7 @@ source "$WORKDIR/../core/launch_feisty_meow.sh"
 
 #hmmm: why all the hard-coded paths below?
 
-/bin/dd if=/dev/zero of=/var/swap.1 bs=1M count=1024
+/bin/dd if=/dev/zero of=/var/swap.1 bs=1M count=2048
 test_or_die "creating swap file"
 
 /bin/chmod 600 /var/swap.1