Commit a5b4c62
authored
fix(build?): limit GOMAXPROCS for build-and-stage (google#5568)
build-and-stage memory issues. Possibly due to too many parallel go
builds.
Try limit GOMAXPROCS so that the builds aren't so hungry.
I'm not sure if this will fix - it's unclear how `go build` specifically
treats the env var.1 parent bf5974d commit a5b4c62
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
402 | 402 | | |
403 | 403 | | |
404 | 404 | | |
405 | | - | |
406 | | - | |
407 | 405 | | |
408 | 406 | | |
409 | 407 | | |
| |||
491 | 489 | | |
492 | 490 | | |
493 | 491 | | |
| 492 | + | |
| 493 | + | |
| 494 | + | |
494 | 495 | | |
495 | 496 | | |
496 | 497 | | |
| |||
0 commit comments