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 <Zephyr>/subsys/testsuite/ztest/Kconfig:105

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:44<Zephyr>/subsys/Kconfig:61<Zephyr>/subsys/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.)