-
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_FRONTEND && !LOG_MINIMAL && LOG
(Includes any dependencies from ifs and menus.)
Defaults¶
2048 if
COVERAGE_GCOV1024 if
NO_OPTIMIZATIONS1024 if
XTENSA4096 if
ARM644096 if
SPARC768
Kconfig definition¶
At subsys/logging/Kconfig.processing:75
Included via Kconfig:8 → Kconfig.zephyr:34 → subsys/Kconfig:31 → subsys/logging/Kconfig:23
Menu path: (Top) → Sub Systems and OS Services → Logging → Processing → Use internal thread for log processing
config LOG_PROCESS_THREAD_STACK_SIZE
int "Stack size for the internal log processing thread"
default 2048 if COVERAGE_GCOV
default 1024 if NO_OPTIMIZATIONS
default 1024 if XTENSA
default 4096 if X86 && X86_64
default 4096 if ARM64
default 4096 if SPARC
default 2048 if RISCV && 64BIT
default 768
depends on LOG_PROCESS_THREAD && !LOG_IMMEDIATE && !LOG_MINIMAL && !LOG_FRONTEND && !LOG_MINIMAL && LOG
help
Set the internal stack size for log processing thread.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)