Skip to content

Commit 5a634a5

Browse files
committed
ci(node): increase memory limit
1 parent 1e9f8fc commit 5a634a5

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
@@ -80,6 +80,7 @@ ARG RELEASE_NAME
8080
ENV RELEASE_NAME=${RELEASE_NAME}
8181

8282
ENV NODE_ENV=production
83+
ENV NODE_OPTIONS="--max-old-space-size=6144"
8384
RUN --mount=type=secret,id=SENTRY_AUTH_TOKEN,env=SENTRY_AUTH_TOKEN \
8485
pnpm --dir src run build:node
8586

0 commit comments

Comments
 (0)