diff options
| author | sickcodes <[email protected]> | 2021-03-19 19:34:05 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-03-19 19:34:05 +0000 |
| commit | f6e0bfa202b4cc7d8cea50bb98b0655125a3a0cb (patch) | |
| tree | 688ed35d64b28b76431e1874b0e72ed8b6343831 | |
| parent | Merge pull request #206 from sickcodes/dyanmic-ram-default (diff) | |
| download | docker-osx-f6e0bfa202b4cc7d8cea50bb98b0655125a3a0cb.tar.xz docker-osx-f6e0bfa202b4cc7d8cea50bb98b0655125a3a0cb.zip | |
Default RAM=3
Fixes https://github.com/sickcodes/Docker-OSX/issues/207
| -rw-r--r-- | Dockerfile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 \ |