Commit a3bb24b4 authored by Mark Harding's avatar Mark Harding

(chore): reduce max memory per process to 1GB

parent cf9d6e6e
No related merge requests found
Pipeline #116679194 running with stages
in 32 minutes and 44 seconds
......@@ -8,7 +8,7 @@ COPY . /dist
RUN npm install pm2 -g
CMD pm2-runtime /dist/server \
--max-memory-restart 1900M \
--max-memory-restart 1G \
--instances 2
VOLUME ["/dist"]
\ No newline at end of file
Please register or to comment