Commit e04e54a
committed
Use 32GB runner and full concurrency for CLI builds
The build-cli and build-cli-pr jobs were OOMing on the 16GB runner
when running 3 concurrent deno compile processes simultaneously.
Each cross-compilation target loads ~500–600MB of source files, and
peak memory during V8 snapshot generation pushes well beyond 16GB
with 3 concurrent processes.
Upgrade both jobs to the 32GB runner profile and increase CONCURRENCY
from 3 to 5 (matching the total number of cross-compilation targets)
so all 5 targets build in a single parallel round.
Assisted-by: Claude Code:claude-sonnet-4-61 parent 06d31be commit e04e54a
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
265 | 265 | | |
266 | 266 | | |
267 | 267 | | |
268 | | - | |
| 268 | + | |
269 | 269 | | |
270 | 270 | | |
271 | 271 | | |
272 | 272 | | |
273 | 273 | | |
274 | 274 | | |
275 | 275 | | |
276 | | - | |
| 276 | + | |
277 | 277 | | |
278 | 278 | | |
279 | 279 | | |
| |||
324 | 324 | | |
325 | 325 | | |
326 | 326 | | |
327 | | - | |
| 327 | + | |
328 | 328 | | |
329 | 329 | | |
330 | 330 | | |
| |||
333 | 333 | | |
334 | 334 | | |
335 | 335 | | |
336 | | - | |
| 336 | + | |
337 | 337 | | |
338 | 338 | | |
339 | 339 | | |
| |||
0 commit comments