The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_OFFLOAD_WORKQUEUE_STACK_SIZE

Workqueue stack size for thread offload requests

Type: int

Defaults

  • 1024

Kconfig definition

At kernel/Kconfig:381

Included via Kconfig:10Kconfig.zephyr:31

Menu path: (top menu) → General Kernel Options → Work Queue Options

config OFFLOAD_WORKQUEUE_STACK_SIZE
    int
    prompt "Workqueue stack size for thread offload requests"
    default 1024

(Definitions include propagated dependencies, including from if’s and menus.)