From 9f71c1459ec35843d8acfc898a29faf4459fbd0b Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 3 May 2024 11:26:47 +0200 Subject: [PATCH] Update config.sh --- src/config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.sh b/src/config.sh index 47c477bf..f1502f5f 100644 --- a/src/config.sh +++ b/src/config.sh @@ -42,7 +42,7 @@ if (( (RAM_WANTED + 500000000) > RAM_AVAIL )); then exit 17 fi -if (( (RAM_WANTED + 1950000000) > RAM_AVAIL )); then +if (( (RAM_WANTED + 1450000000) > RAM_AVAIL )); then warn "your configured RAM_SIZE of $WANTED_GB GB is much too close to the $AVAIL_GB GB of memory available, please set a lower value." fi