From 4eec739c9488cff11847ad0064a88cc74179249d Mon Sep 17 00:00:00 2001 From: Theodore Li Date: Mon, 13 Apr 2026 17:20:18 -0700 Subject: [PATCH] Increase build application memory --- .github/workflows/test-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index eb55aced79..c08ab495a2 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -105,7 +105,7 @@ jobs: - name: Run tests with coverage env: - NODE_OPTIONS: '--no-warnings' + NODE_OPTIONS: '--no-warnings --max-old-space-size=8192' NEXT_PUBLIC_APP_URL: 'https://www.sim.ai' DATABASE_URL: 'postgresql://postgres:postgres@localhost:5432/simstudio' ENCRYPTION_KEY: '7cf672e460e430c1fba707575c2b0e2ad5a99dddf9b7b7e3b5646e630861db1c' # dummy key for CI only @@ -127,7 +127,7 @@ jobs: - name: Build application env: - NODE_OPTIONS: '--no-warnings' + NODE_OPTIONS: '--no-warnings --max-old-space-size=8192' NEXT_PUBLIC_APP_URL: 'https://www.sim.ai' DATABASE_URL: 'postgresql://postgres:postgres@localhost:5432/simstudio' STRIPE_SECRET_KEY: 'dummy_key_for_ci_only'