Skip to content

Commit

Permalink
chore: try increasing heap size again
Browse files Browse the repository at this point in the history
  • Loading branch information
afwilcox committed Jan 8, 2025
1 parent 65efcdf commit a464444
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, 250MB
CMD ["--max-old-space-size=250", "/app/dist/main"]
# max old space the heap size, 500MB
CMD ["--max-old-space-size=500", "/app/dist/main"]

0 comments on commit a464444

Please sign in to comment.