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.
|
||||
*/
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user