From 9f6e618d2b1a21b24cb8430bf237c4f98c2e7767 Mon Sep 17 00:00:00 2001 From: Michael Mueller Date: Wed, 28 Aug 2024 15:19:54 +0200 Subject: [PATCH] Use 8 NUMA nodes for now. --- src/mx/system/topology.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mx/system/topology.h b/src/mx/system/topology.h index 6062f22..94bba75 100644 --- a/src/mx/system/topology.h +++ b/src/mx/system/topology.h @@ -39,7 +39,7 @@ public: /** * @return The greatest NUMA region identifier. */ - static std::uint8_t max_node_id() { return 3; /*std::uint8_t(Environment::topo().node_count()-1);*/ } + static std::uint8_t max_node_id() { return 7; /*std::uint8_t(Environment::topo().node_count()-1);*/ } /** * @return Number of available cores.