From 1490ed65a658044a1e90bb5eec5c6fc1311514a8 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Sat, 16 Dec 2017 23:16:14 +0000 Subject: [PATCH] increased size for mounted swap --- scripts/system/add_swap_mount.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/system/add_swap_mount.sh b/scripts/system/add_swap_mount.sh index 593115fe..2577f44a 100644 --- a/scripts/system/add_swap_mount.sh +++ b/scripts/system/add_swap_mount.sh @@ -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 -- 2.34.1