Commit db4890d
committed
Limit fuzz builds in CI to 8 parallel tasks
`cargo` can get excited seeing it has many available cores and will
happily spawn core-count `ld` processes to link all the fuzzing
binaries, using substantial very-short-term memory. This can cause
issues in CI runners with many cores but not a ton of memory (eg
32 cores and only 16GiB of memory available).1 parent 7ec13dc commit db4890d
File tree
3 files changed
+3
-3
lines changed- .github/workflows
- contrib
- fuzz
3 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
246 | 246 | | |
247 | 247 | | |
248 | 248 | | |
249 | | - | |
| 249 | + | |
250 | 250 | | |
251 | 251 | | |
252 | 252 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
0 commit comments