We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6de547 commit 3cf3238Copy full SHA for 3cf3238
install/_min-requirements.sh
@@ -1,5 +1,9 @@
1
-# Don't forget to update the README and othes docs when you change these!
+# Don't forget to update the README and other docs when you change these!
2
MIN_DOCKER_VERSION='19.03.6'
3
MIN_COMPOSE_VERSION='2.19.0'
4
-MIN_RAM_HARD=15900 # MB
+
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
9
MIN_CPU_HARD=4
0 commit comments