From f6e0bfa202b4cc7d8cea50bb98b0655125a3a0cb Mon Sep 17 00:00:00 2001 From: sickcodes <65906298+sickcodes@users.noreply.github.com> Date: Fri, 19 Mar 2021 19:34:05 +0000 Subject: [PATCH] Default RAM=3 Fixes https://github.com/sickcodes/Docker-OSX/issues/207 --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0ab8338..cc75ddd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -208,7 +208,8 @@ RUN git clone --recurse-submodules --depth 1 --branch "${BRANCH}" "${REPO}" ENV ADDITIONAL_PORTS= # dynamic RAM options for runtime -ENV RAM=max +ENV RAM=3 +# ENV RAM=max # ENV RAM=half RUN touch Launch.sh \