Increased maximum number of supported NUMA nodes to match the number of the evaluation platform.

This commit is contained in:
Michael Mueller
2024-07-23 16:22:35 +02:00
parent 5823c49317
commit c9d7921ef6

View File

@@ -8,7 +8,7 @@ public:
/**
* @return Number of maximal provided NUMA regions.
*/
static constexpr auto max_numa_nodes() { return 2U; }
static constexpr auto max_numa_nodes() { return 8U; }
/**
* @return Interval of each epoch, if memory reclamation is used.
@@ -20,4 +20,4 @@ public:
*/
static constexpr auto local_garbage_collection() { return false; }
};
} // namespace mx::memory
} // namespace mx::memory