Commit 4bc4c4b
authored
fix(eslint-plugin-fiori-tools): resolve heap OOM on macos Node 20 arm64 (#4566)
Add --merge-async to c8 to incrementally merge V8 coverage files (avoids
loading 269MB of coverage data into memory at once) and --maxWorkers=2 to
cap Jest parallelism, reducing duplicate V8 script contexts created by
--experimental-vm-modules.
Fixes #45451 parent bf0c961 commit 4bc4c4b
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments