Commit 9ce2e8f
committed
fix: Increase Node memory limit for CI tests
- Set NODE_OPTIONS --max_old_space_size=4096 (4GB)
- Remove --runInBand (was causing OOM with serial execution)
- Parallel execution with more memory should work better1 parent 2f681e2 commit 9ce2e8f
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
0 commit comments