Post #3621503
2026-07-05 20:48 UTC
@marshray@infosec.exchange I don't really see what there is to test. I have exactly one thing in my global config:
[build]
jobs = 12
And this worked perfectly fine up until about a month ago, with all cargo processes spinning up a maximum of 12 worker threads.
Replies (1)
-
@marshray@infosec.exchange 2026-07-06 06:52
@jsbarretto@social.coop Process environment can change almost any `cargo` setting. IDEs and other dev tools commonly modify it. On unix the `env` or `export -p` commands can be used to display the environment. On windows its `set`.