increase mem size to avoid OOM (#942)

This commit is contained in:
Will Chen
2025-08-14 14:21:28 -07:00
committed by GitHub
parent 8ef84285fc
commit 60b1f509e6

View File

@@ -85,6 +85,8 @@ jobs:
- name: Install Chromium browser for Playwright - name: Install Chromium browser for Playwright
run: npx playwright install chromium --with-deps run: npx playwright install chromium --with-deps
- name: Build - name: Build
env:
NODE_OPTIONS: "--max-old-space-size=4096"
run: npm run pre:e2e run: npm run pre:e2e
- name: Prep test server - name: Prep test server
run: cd testing/fake-llm-server && npm install && npm run build && cd - run: cd testing/fake-llm-server && npm install && npm run build && cd -