From af051339bae595623b8697f3db91fb33163242ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Criado-P=C3=A9rez?= Date: Tue, 29 Aug 2023 22:11:54 +0200 Subject: [PATCH] Explained headroom for memory limits --- quickget | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/quickget b/quickget index 5a95226..ffe8a2d 100755 --- a/quickget +++ b/quickget @@ -925,7 +925,7 @@ EOF fi ;; vanillaos) - ## Minimum 64G for abroot + ## Minimum is 50G for abroot, but a 64GB is allocated to give some headroom echo "disk_size=\"64G\"" >> "${CONF_FILE}" ;; zorin) @@ -949,7 +949,7 @@ EOF esac if [ "${OS}" == "ubuntu" ] && [[ ${RELEASE} == *"daily"* ]]; then - # won't install lobster testing with less than 32GB + # Minimum to install lobster testing is 18GB but 32GB are allocated for headroom echo "disk_size=\"32G\"" >> "${CONF_FILE}" fi # Enable TPM for Windows 11