Skip to content

Commit 09957cb

Browse files
authored
Increase heap size for website (#2622)
1 parent 3384896 commit 09957cb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker/Dockerfile.website

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,7 @@ USER nextjs
4646
EXPOSE 3000
4747

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

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

0 commit comments

Comments
 (0)