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
&& BOARD_QEMU_CORTEX_A9
) || (LOG_PROCESS_THREAD
&& !LOG_IMMEDIATE
&& !LOG_MODE_MINIMAL
&& !LOG_FRONTEND
&& !LOG_MODE_MINIMAL
&& LOG
)
(Includes any dependencies from ifs and menus.)
Defaults
8192
4096 if
ARM64
4096 if
SPARC
2048 if
COVERAGE_GCOV
2048 if
LOG_BACKEND_FS
1152 if
LOG_BACKEND_NET
4096 if
NO_OPTIMIZATIONS
1024 if
XTENSA
768
Kconfig definitions
At <Zephyr>/boards/arm/qemu_cortex_a9/Kconfig.defconfig:34
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:22
Menu path: (Top)
config LOG_PROCESS_THREAD_STACK_SIZE
int
default 8192
depends on LOG_PROCESS_THREAD && LOG && BOARD_QEMU_CORTEX_A9
At <Zephyr>/subsys/logging/Kconfig.processing:84
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:44
→ <Zephyr>/subsys/Kconfig:31
→ <Zephyr>/subsys/logging/Kconfig:21
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 4096 if X86 && X86_64
default 4096 if ARM64
default 4096 if ARC && 64BIT
default 4096 if SPARC
default 2048 if COVERAGE_GCOV
default 2048 if RISCV && 64BIT
default 2048 if LOG_BACKEND_FS
default 1152 if LOG_BACKEND_NET
default 4096 if NO_OPTIMIZATIONS
default 1024 if XTENSA
default 768
depends on LOG_PROCESS_THREAD && !LOG_IMMEDIATE && !LOG_MODE_MINIMAL && !LOG_FRONTEND && !LOG_MODE_MINIMAL && LOG
help
Set the internal stack size for log processing thread.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)