Change MIN_RAM_HARD from 4000 to 3800 (#840)

On machines with 4gb the available memory is often a little bit lower than 4000
This commit is contained in:
arusa 2021-01-29 14:14:56 +01:00 committed by GitHub
parent 54a20969a6
commit 2da7e84024
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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