From 2819a5c9a3e4e8a36cc6c4fb09aaea3dabbebf70 Mon Sep 17 00:00:00 2001 From: arusa Date: Fri, 29 Jan 2021 11:30:43 +0100 Subject: [PATCH] Change MIN_RAM_HARD from 4000 to 3800 On machines with 4gb the available memory is often a little bit lower than 4000 --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 2ce16baa57a..20fd83316e5 100755 --- a/install.sh +++ b/install.sh @@ -25,7 +25,7 @@ source ./install/docker-aliases.sh MIN_DOCKER_VERSION='19.03.6' MIN_COMPOSE_VERSION='1.24.1' -MIN_RAM_HARD=4000 # MB +MIN_RAM_HARD=3800 # MB MIN_RAM_SOFT=8000 # MB # Increase the default 10 second SIGTERM timeout