Skip to content

Commit 3cf3238

Browse files
authored
fix: more leeway for minimum RAM (#3290)
more generous leeway
1 parent b6de547 commit 3cf3238

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

install/_min-requirements.sh

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1-
# Don't forget to update the README and othes docs when you change these!
1+
# Don't forget to update the README and other docs when you change these!
22
MIN_DOCKER_VERSION='19.03.6'
33
MIN_COMPOSE_VERSION='2.19.0'
4-
MIN_RAM_HARD=15900 # MB
4+
5+
# 16 GB minimum host RAM, but there'll be some overhead outside of what
6+
# can be allotted to docker
7+
MIN_RAM_HARD=14000 # MB
8+
59
MIN_CPU_HARD=4

0 commit comments

Comments
 (0)