Commit 5831b8b
fix: add memory limit and concurrency cap to Vercel turbo build step
The turbo pre-build step was running 30+ package builds with default
concurrency and no memory limits, causing OOM (exit code 137) on Vercel.
Added NODE_OPTIONS=--max-old-space-size=4096 and --concurrency=3.
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>1 parent 3d8ebaf commit 5831b8b
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments