:orphan: .. title:: CONFIG_ZTRESS_STACK_SIZE .. kconfig:: CONFIG_ZTRESS_STACK_SIZE CONFIG_ZTRESS_STACK_SIZE ######################## *Stack size of Ztress thread* Type: ``int`` Direct dependencies =================== \ :kconfig:`ZTRESS ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - 4096 if \ :kconfig:`NO_OPTIMIZATIONS ` - 2048 Kconfig definition ================== At ``/testsuite/ztest/Kconfig:125`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:61`` → ``/testsuite/Kconfig:6`` Menu path: (Top) → Sub Systems and OS Services → Testing → Stress test framework .. code-block:: kconfig 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.)*