Skip to content

Commit ff88ec0

Browse files
fix: Docker build OOM issues in v5.9.9 (#25678)
1 parent 110b5ce commit ff88ec0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ARG CALCOM_TELEMETRY_DISABLED
1010
ARG DATABASE_URL
1111
ARG NEXTAUTH_SECRET=secret
1212
ARG CALENDSO_ENCRYPTION_KEY=secret
13-
ARG MAX_OLD_SPACE_SIZE=4096
13+
ARG MAX_OLD_SPACE_SIZE=6144
1414
ARG NEXT_PUBLIC_API_V2_URL
1515
ARG CSP_POLICY
1616

0 commit comments

Comments
 (0)