diff options
Diffstat (limited to 'includes/rts/Constants.h')
-rw-r--r-- | includes/rts/Constants.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/includes/rts/Constants.h b/includes/rts/Constants.h index b65b8d3a9d..114f30ce2f 100644 --- a/includes/rts/Constants.h +++ b/includes/rts/Constants.h @@ -295,4 +295,10 @@ #define MAX_SPARE_WORKERS 6 +/* + * The maximum number of NUMA nodes we support. This is a fixed limit so that + * we can have static arrays of this size in the RTS for speed. + */ +#define MAX_NUMA_NODES 16 + #endif /* RTS_CONSTANTS_H */ |