Commit 0fcaaed
fix: reduce Jest heap to 2560MB to avoid container OOMKill
--max-old-space-size applies per Node process. With 2 workers + parent,
6144MB × 3 = 18GB potential heap vs 8Gi container limit → OOMKilled.
2560MB × 3 = ~7.5GB fits within the 8Gi limit.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 22ef345 commit 0fcaaed
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
182 | | - | |
| 182 | + | |
| 183 | + | |
183 | 184 | | |
184 | 185 | | |
185 | 186 | | |
| |||
0 commit comments