#2859 increase swap to 4GB

This commit is contained in:
rootzoll
2022-01-07 22:33:27 +01:00
parent 68d7e79c8e
commit 5b671e7bda

View File

@@ -1506,7 +1506,7 @@ if [ "$1" = "swap" ]; then
fi fi
>&2 echo "# Creating SWAP file .." >&2 echo "# Creating SWAP file .."
sudo dd if=/dev/zero of=$externalSwapPath count=2048 bs=1MiB 1>/dev/null sudo dd if=/dev/zero of=$externalSwapPath count=4096 bs=1MiB 1>/dev/null
sudo chmod 0600 $externalSwapPath 1>/dev/null sudo chmod 0600 $externalSwapPath 1>/dev/null
>&2 echo "# Activating new SWAP" >&2 echo "# Activating new SWAP"