diff --git a/include/metalsvm/config.h.example b/include/metalsvm/config.h.example index f4582d8d..bd4c0b73 100644 --- a/include/metalsvm/config.h.example +++ b/include/metalsvm/config.h.example @@ -26,7 +26,7 @@ extern "C" { #define METALSVM_VERSION "0.1" #define MAX_TASKS 16 -#define MAX_CORES 4 +#define MAX_CORES 1 #define MAX_FNAME 128 #define DEFAULT_STACK_SIZE (32*1024) #define KERNEL_STACK_SIZE 8192