CONFIG_ZTRESS_STACK_SIZE

Stack size of Ztress thread

Type: int

Direct dependencies

ZTRESS

(Includes any dependencies from ifs and menus.)

Defaults

Kconfig definition

At <Subsystem>/testsuite/ztest/Kconfig:125

Included via Kconfig:8Kconfig.zephyr:44<Subsystem>/Kconfig:61<Subsystem>/testsuite/Kconfig:6

Menu path: (Top) → Sub Systems and OS Services → Testing → Stress test framework

config ZTRESS_STACK_SIZE
    int "Stack size of Ztress thread"
    default 4096 if NO_OPTIMIZATIONS
    default 2048
    depends on ZTRESS

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)