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