increase mem size to avoid OOM (#942)
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -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 -
|
||||||
|
|||||||
Reference in New Issue
Block a user