From 54bc9f2053dc8f105147b46c199a1cf655a89b3b Mon Sep 17 00:00:00 2001 From: Enrico Loparco Date: Mon, 15 Jan 2024 12:05:23 +0100 Subject: [PATCH] Increase default app thread stack size (#3010) --- core/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/config.h b/core/config.h index e067ea27..44027267 100644 --- a/core/config.h +++ b/core/config.h @@ -397,7 +397,7 @@ #define APP_THREAD_STACK_SIZE_DEFAULT (64 * 1024) #define APP_THREAD_STACK_SIZE_MIN (48 * 1024) #else -#define APP_THREAD_STACK_SIZE_DEFAULT (64 * 1024) +#define APP_THREAD_STACK_SIZE_DEFAULT (128 * 1024) #define APP_THREAD_STACK_SIZE_MIN (24 * 1024) #endif #endif /* end of !(defined(APP_THREAD_STACK_SIZE_DEFAULT) \