Increase default app thread stack size (#3010)

This commit is contained in:
Enrico Loparco
2024-01-15 19:05:23 +08:00
committed by GitHub
parent 892a94fd05
commit 54bc9f2053
+1 -1
View File
@@ -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) \