Skip to content

Commit 5edac6c

Browse files
committed
chore: increase Node.js memory limit in Dockerfile
1 parent a422fe2 commit 5edac6c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ ENV PRISMA_HIDE_UPDATE_MESSAGE=true
6767
ENV PRISMA_ENGINES_CHECKSUM_IGNORE_MISSING=1
6868

6969
ENV PM2_DISABLE_VERSION_CHECK=true
70+
ENV NODE_OPTIONS="--max-old-space-size=16384"
7071

7172
COPY --from=backend-build /opt/app/dist ./dist
7273
COPY --from=frontend /opt/frontend/frontend_temp/dist ./frontend

0 commit comments

Comments
 (0)