We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3384896 commit 09957cbCopy full SHA for 09957cb
docker/Dockerfile.website
@@ -46,5 +46,7 @@ USER nextjs
46
EXPOSE 3000
47
48
ENV PORT 3000
49
+# allow the heap to grow larger than the default
50
+ENV NODE_OPTIONS "--max-old-space-size=4096"
51
52
CMD ["node", "server.js"]
0 commit comments