Skip to content

Commit

Permalink
chore: increase heap size
Browse files Browse the repository at this point in the history
  • Loading branch information
afwilcox committed Jan 8, 2025
1 parent 7b2d909 commit f389db1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ HEALTHCHECK --interval=30s --timeout=3s CMD curl -f http://localhost/:3000

# Non-privileged user
USER app
# max old space the heap size, 120MB with 200MB limit in deployment.
CMD ["--max-old-space-size=120", "/app/dist/main"]
# max old space the heap size, 250MB
CMD ["--max-old-space-size=250", "/app/dist/main"]

0 comments on commit f389db1

Please sign in to comment.