You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem
When running cargo with an explicit -jn, or via GNU make with an explicit -jn, the number of jobs can actually exceed the limit given. Presumably, the same happens without -jn, but now that I have 32 cores/64 threads, I can't find a crate that saturates them.
Steps
clone the cargo repository
run cargo build -j4 -Z timings
open cargo-timings.html
You'll notice that at some point the number of active jobs goes over 4. This report (cargo-timing.zip) goes up to 7.