From 34715ece73a26bce657baf8e56997201f8f3c98f Mon Sep 17 00:00:00 2001 From: aslab <aslab@debian-BULLSEYE-live-builder-AMD64> Date: Mon, 18 Dec 2023 15:33:03 +1000 Subject: [PATCH] . --- smi/src/smi_def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smi/src/smi_def.h b/smi/src/smi_def.h index 2197ee3..18391e9 100644 --- a/smi/src/smi_def.h +++ b/smi/src/smi_def.h @@ -16,7 +16,7 @@ #define SMI_LOG_BUF_SIZE (2*1024) #define MAX_NUMBER_OF_ESM_STATES (4096) -#define MAX_NUMBER_OF_CONCURRENT_STATES 100 +#define MAX_NUMBER_OF_CONCURRENT_STATES 128 #define MAX_NUMBER_OF_REGIONS_PER_SUPERSTATE 32 #define MAX_NUMBER_OF_TRANSITIONS_PER_STATE 16 //8 #define MAX_NUMBER_OF_TRANSITIONS (MAX_NUMBER_OF_ESM_STATES*4) -- GitLab