aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile3
1 files changed, 2 insertions, 1 deletions
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 \