chore(demo): set GOGC=20 on demo instance

There's limited memory, so set low GOGC to avoid OOMs
This commit is contained in:
Łukasz Mierzwa
2019-10-27 12:31:54 +00:00
parent e3fa1d6277
commit b1644d1128

View File

@@ -28,4 +28,5 @@ COPY demo/karma.yaml /etc/karma.yaml
COPY demo/custom.js /custom.js
RUN adduser -D karma
USER karma
ENV GOGC=20
CMD supervisord --nodaemon --configuration /etc/supervisord.conf