Commit eff963de authored by Mark Harding's avatar Mark Harding

(chore): increase to 512M - #2545

parent 902e149b
No related merge requests found
Pipeline #116808283 passed with stages
in 46 minutes and 34 seconds
......@@ -8,7 +8,7 @@ COPY . /dist
RUN npm install pm2 -g
CMD pm2-runtime /dist/server \
--max-memory-restart 300M \
--max-memory-restart 512M \
--instances 2
VOLUME ["/dist"]
\ No newline at end of file
Please register or to comment