Improve CPU pinning

This commit is contained in:
Joakim Frostegård 2022-03-30 22:33:23 +02:00
parent 5057ba73bd
commit fb607ac0c2
20 changed files with 219 additions and 143 deletions

2
Cargo.lock generated
View file

@ -75,6 +75,7 @@ dependencies = [
"anyhow",
"aquatic_toml_config",
"arc-swap",
"glommio",
"hashbrown 0.12.0",
"hex",
"hwloc",
@ -101,6 +102,7 @@ dependencies = [
"futures-rustls",
"glommio",
"itoa 1.0.1",
"libc",
"log",
"memchr",
"mimalloc",