Commit a3f2587
committed
MDBF-1076 - Increase jobs for clang-20 debug builder
Tests showed 2 hours for parallel = 6 during MTR:
https://buildbot.dev.mariadb.org/#/builders/535/builds/7
Quite unacceptable.
Increasing parallel for the builder will decrease a host capacity to build a whole push if max_worker_jobs < requested_jobs
Current CPU/MEM utilisation over 1M for hz-bbw8 and 9 is:
- CPU Max around 70 %
- MEM Max around 30 %
This means we can allocate more jobs than CPU's available.
Increased to 110 so that a host will continue to build a whole push.1 parent b90fa1f commit a3f2587
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
281 | 281 | | |
282 | 282 | | |
283 | 283 | | |
284 | | - | |
| 284 | + | |
285 | 285 | | |
286 | 286 | | |
287 | 287 | | |
| |||
0 commit comments