Skip to content

Commit

Permalink
Change MIN_RAM_HARD from 4000 to 3800 (#840)
Browse files Browse the repository at this point in the history
On machines with 4gb the available memory is often a little bit lower than 4000
  • Loading branch information
arusa authored and BYK committed Feb 1, 2021
1 parent 601ce15 commit 72915b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 72915b4

Please sign in to comment.