From d7fa2fbfff9c3539f397c6894e059f062724dd54 Mon Sep 17 00:00:00 2001 From: midoks Date: Fri, 29 Jan 2021 19:34:58 +0800 Subject: [PATCH] Update install.sh --- plugins/swap/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/swap/install.sh b/plugins/swap/install.sh index ec9edaacb..b3a6b1e24 100755 --- a/plugins/swap/install.sh +++ b/plugins/swap/install.sh @@ -22,7 +22,7 @@ Install_swap() if [ "$sysName" == "Darwin" ];then pass else - dd if=/dev/zero of=/swapfile bs=1M count=1024 + dd if=/dev/zero of=/swapfile bs=1M count=2048 chmod 600 /swapfile mkswap /swapfile swapon /swapfile