-
CONFIG_LOG_PROCESS_THREAD_STACK_SIZE
¶
Stack size for the internal log processing thread
Type: int
Help¶
Set the internal stack size for log processing thread.
Direct dependencies¶
LOG_PROCESS_THREAD
&& !LOG_IMMEDIATE
&& !LOG_MINIMAL
&& LOG
(Includes any dependencies from ifs and menus.)
Defaults¶
2048 if
COVERAGE_GCOV
1024 if
NO_OPTIMIZATIONS
1024 if
XTENSA
768
Kconfig definition¶
At subsys/logging/Kconfig:211
Included via Kconfig:8
→ Kconfig.zephyr:44
→ subsys/Kconfig:18
Menu path: (Top) → Logging → Enable internal thread for log processing
config LOG_PROCESS_THREAD_STACK_SIZE int "Stack size for the internal log processing thread" default 2048 ifCOVERAGE_GCOV
default 1024 ifNO_OPTIMIZATIONS
default 1024 ifXTENSA
default 4096 ifX86
&&X86_64
default 768 depends onLOG_PROCESS_THREAD
&& !LOG_IMMEDIATE
&& !LOG_MINIMAL
&&LOG
help Set the internal stack size for log processing thread.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)