Is there a way to specify the number of threads to use?
JSorngard opened this issue · 4 comments
JSorngard commented
My laptop is very old, and if I run cargo-update
it will use all cores, which leaves my laptop difficult to use until it finishes updating. With the normal cargo install
command I can specify the number of threads to leave some headroom for other processes, but cargo-update
has no such option as far as I can see. Am I missing something obvious, or could something like that be added?
nabijaczleweli commented
cargo install
takes -j
, trivial to forward that – can you try the current master
branch (at least 38c18d9)?
nabijaczleweli commented
aaand in github's continued war against its users i can't tag this [enhancement]
JSorngard commented
That definitely seems to work :D
nabijaczleweli commented
Great; release in v13.3.0
.