Skip to content

Commit

Permalink
fix: increase --max_old_space_size to 12gb
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-shuman committed Sep 4, 2024
1 parent eac3f7f commit 43e6a5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM node:20-alpine as build

ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"
ENV NODE_OPTIONS=--max_old_space_size=6144
ENV NODE_OPTIONS=--max_old_space_size=12288

RUN corepack enable
COPY . /app
Expand Down

0 comments on commit 43e6a5f

Please sign in to comment.