Skip to content

Commit

Permalink
Update hwlocality-sys to latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
nazar-pc committed Jan 5, 2024
2 parents 1a34ffa + f6e12f5 commit 913e575
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 3 deletions.
69 changes: 67 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ where
if all_cpu_cores.len() > 1 {
info!(numa_nodes = %all_cpu_cores.len(), "NUMA system detected");

if all_cpu_cores.len() < disk_farms.len() {
if all_cpu_cores.len() > disk_farms.len() {
warn!(
numa_nodes = %all_cpu_cores.len(),
farms_count = %disk_farms.len(),
Expand Down

0 comments on commit 913e575

Please sign in to comment.