Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(ci): Limit tokio/rayon pools for zk_toolbox CI (matter-labs#2828)
## What ❔ Limits rayon threadpool size to 2 and tokio threadpool size to 4 in zk_toolbox CI. I have checked locally, and with this configuration time to run integration tests is pretty close to the default configuration. ## Why ❔ By default, both tokio and rayon will try to use all the CPUs. When we run multiple Rust binaries at the same time (3 servers and 3 ENs in our case), it causes a lot of conflict for resources, regardless of the number of CPUs.
- Loading branch information