Commit 6701842
authored
chore: lower concurrency slightly more (#36335)
Our compilation process is even more memory hungry than we thought. We are still eating up 100% of memory during the heavy build tasks.
Increase the guess at memory per job even more, so that we limit concurrency slightly more. We will keep doing this until our memory consumption dips to ~95%.
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*1 parent 238aafd commit 6701842
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
104 | | - | |
| 103 | + | |
| 104 | + | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| |||
0 commit comments