:orphan: .. title:: SYSTEM_WORKQUEUE_STACK_SIZE .. option:: CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE *System workqueue stack size* Type: ``int`` Defaults ======== - 4096 - 8192 - 4096 if \ :option:`COVERAGE ` - 1024 Kconfig definitions =================== .. highlight:: kconfig At ``arch/arm/core/aarch64/Kconfig:44`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:29`` → ``arch/Kconfig:12`` → ``arch/arm/Kconfig:46`` Menu path: (Top) → ARM Options .. parsed-literal:: config SYSTEM_WORKQUEUE_STACK_SIZE int default 4096 depends on \ :option:`ARM64 ` && \ :option:`ARM ` ---- At ``arch/x86/core/Kconfig.intel64:20`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:29`` → ``arch/Kconfig:12`` → ``arch/x86/Kconfig:320`` Menu path: (Top) → X86 Architecture Options .. parsed-literal:: config SYSTEM_WORKQUEUE_STACK_SIZE int default 8192 depends on \ :option:`X86_64 ` && \ :option:`X86 ` ---- At ``kernel/Kconfig:384`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:30`` Menu path: (Top) → General Kernel Options → Work Queue Options .. parsed-literal:: config SYSTEM_WORKQUEUE_STACK_SIZE int "System workqueue stack size" default 4096 if \ :option:`COVERAGE ` default 1024 *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*