Default RAM=3

Fixes https://github.com/sickcodes/Docker-OSX/issues/207
This commit is contained in:
sickcodes 2021-03-19 19:34:05 +00:00 committed by GitHub
parent 9af868d0d1
commit f6e0bfa202
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 \