:orphan: .. title:: THREAD_ANALYZER_AUTO_STACK_SIZE .. option:: CONFIG_THREAD_ANALYZER_AUTO_STACK_SIZE *Stack size for the periodic thread analysis thread* Type: ``int`` Direct dependencies =================== \ :option:`THREAD_ANALYZER_AUTO ` && \ :option:`THREAD_ANALYZER ` *(Includes any dependencies from ifs and menus.)* Default ======= - 512 Kconfig definition ================== .. highlight:: kconfig At ``subsys/debug/Kconfig:83`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:17`` Menu path: (Top) → Sub Systems and OS Services → System Monitoring Options → Enable Thread analyzer → Run periodic thread analysis in a thread .. parsed-literal:: config THREAD_ANALYZER_AUTO_STACK_SIZE int "Stack size for the periodic thread analysis thread" default 512 depends on \ :option:`THREAD_ANALYZER_AUTO ` && \ :option:`THREAD_ANALYZER ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*