From ff88ec0eae52c7ffe8dd62e34a6ff7c44f8d7f6c Mon Sep 17 00:00:00 2001 From: Keith Williams Date: Sun, 7 Dec 2025 11:22:24 -0300 Subject: [PATCH] fix: Docker build OOM issues in v5.9.9 (#25678) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0f97847336..f51c507230 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ ARG CALCOM_TELEMETRY_DISABLED ARG DATABASE_URL ARG NEXTAUTH_SECRET=secret ARG CALENDSO_ENCRYPTION_KEY=secret -ARG MAX_OLD_SPACE_SIZE=4096 +ARG MAX_OLD_SPACE_SIZE=6144 ARG NEXT_PUBLIC_API_V2_URL ARG CSP_POLICY