Use 8 NUMA nodes for now.

This commit is contained in:
Michael Mueller
2024-08-28 15:19:54 +02:00
parent b946a2b15f
commit 9f6e618d2b

View File

@@ -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.