From 25ead32676a7e83aa432103edb2fc5dec8448f7d Mon Sep 17 00:00:00 2001 From: Joseph Hickey Date: Fri, 13 Aug 2021 10:24:42 -0400 Subject: [PATCH] Fix #1807, increase SB pool max size bucket In the default config, the maximum bucket size for the SB pool was not quite big enough to allocate a message of CFE_MISSION_SB_MAX_SB_MSG_SIZE --- cmake/sample_defs/cpu1_platform_cfg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/sample_defs/cpu1_platform_cfg.h b/cmake/sample_defs/cpu1_platform_cfg.h index ee4c5d478..ce6769644 100644 --- a/cmake/sample_defs/cpu1_platform_cfg.h +++ b/cmake/sample_defs/cpu1_platform_cfg.h @@ -302,7 +302,7 @@ #define CFE_PLATFORM_SB_MEM_BLOCK_SIZE_14 8192 #define CFE_PLATFORM_SB_MEM_BLOCK_SIZE_15 16384 #define CFE_PLATFORM_SB_MEM_BLOCK_SIZE_16 32768 -#define CFE_PLATFORM_SB_MAX_BLOCK_SIZE (CFE_MISSION_SB_MAX_SB_MSG_SIZE + 40) +#define CFE_PLATFORM_SB_MAX_BLOCK_SIZE (CFE_MISSION_SB_MAX_SB_MSG_SIZE + 128) /** ** \cfetimecfg Time Server or Time Client Selection