test(gateway): reduce server shard memory pressure#73317
Conversation
Greptile SummaryThis PR adds Confidence Score: 5/5Safe to merge — purely a test-configuration change with no production code impact. Single-line change to a Vitest config option that is already typed and handled in the shared config helper. No logic changes, no production code touched, and the PR provides benchmark evidence of the improvement. No files require special attention. Reviews (1): Last reviewed commit: "test(gateway): reduce server shard memor..." | Re-trigger Greptile |
Summary
gateway-serverVitest project in the fork pool to reduce retained worker/module-graph memory.isolate: true.Evidence
pnpm test:gatewaypassed 257 files / 3003 tests, elapsed 57.92s, max RSS 4,429,864 KB.pnpm test:gatewaypassed 257 files / 3003 tests, elapsed 56.78s, max RSS 3,711,392 KB.OPENCLAW_TESTBOX=1 pnpm check:changedpassed.pnpm exec oxfmt --check --threads=1 test/vitest/vitest.gateway-server.config.tspassed after rebase.git diff --check origin/main...HEADpassed after rebase.Notes