mirror of
https://github.com/mmueller41/mxtasking.git
synced 2026-01-21 12:42:57 +01:00
Increased maximum number of supported NUMA nodes to match the number of the evaluation platform.
This commit is contained in:
@@ -8,7 +8,7 @@ public:
|
|||||||
/**
|
/**
|
||||||
* @return Number of maximal provided NUMA regions.
|
* @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.
|
* @return Interval of each epoch, if memory reclamation is used.
|
||||||
|
|||||||
Reference in New Issue
Block a user