diff --git a/src/mx/tasking/config.h b/src/mx/tasking/config.h index 493a2c9..ae837bc 100644 --- a/src/mx/tasking/config.h +++ b/src/mx/tasking/config.h @@ -12,7 +12,7 @@ public: }; // Maximal number of supported cores. - static constexpr auto max_cores() { return 128U; } + static constexpr auto max_cores() { return 64U; } // Maximal size for a single task, will be used for task allocation. static constexpr auto task_size() { return 64U; }