Skip to content

Commit

Permalink
Increase heap size for website (#2622)
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdBarho authored Apr 16, 2023
1 parent 3384896 commit 09957cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/Dockerfile.website
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,7 @@ USER nextjs
EXPOSE 3000

ENV PORT 3000
# allow the heap to grow larger than the default
ENV NODE_OPTIONS "--max-old-space-size=4096"

CMD ["node", "server.js"]

0 comments on commit 09957cb

Please sign in to comment.