mirror of
https://github.com/prymitive/karma
synced 2026-05-05 03:16:51 +00:00
chore(demo): set GOGC=20 on demo instance
There's limited memory, so set low GOGC to avoid OOMs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user