Skip to content

Commit

Permalink
decrease max-old-space-size=400
Browse files Browse the repository at this point in the history
  • Loading branch information
pofider committed Oct 26, 2022
1 parent dee43e4 commit 4442fbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ RUN npm install --production && \
rm -rf /tmp/*


CMD ["node", "--max-old-space-size=512", "--heapsnapshot-near-heap-limit=3", "server.js"]
CMD ["node", "--max-old-space-size=400", "--heapsnapshot-near-heap-limit=3", "server.js"]

0 comments on commit 4442fbf

Please sign in to comment.