Skip to content

Commit

Permalink
Fix process crashing due to OOM
Browse files Browse the repository at this point in the history
  • Loading branch information
XboxBedrock authored Jul 14, 2024
1 parent 32166e5 commit e596598
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 @@ -16,5 +16,5 @@ ENV IN_DOCKER yes

#Please edit this to your images webserver port
#EXPOSE 8080
CMD ["node", "dist/index.js"]
CMD ["node", "--max-old-space-size=4096", "dist/index.js"]
#CMD ["sh", "scripts/dumb.sh"]

0 comments on commit e596598

Please sign in to comment.