CONFIG_MEMFAULT_HTTP_DEDICATED_WORKQUEUE_STACK_SIZE

Stack size for dedicated http upload queue, in bytes

Type: int

Direct dependencies

MEMFAULT_HTTP_PERIODIC_UPLOAD_USE_DEDICATED_WORKQUEUE && MEMFAULT_HTTP_ENABLE && MEMFAULT

(Includes any dependencies from ifs and menus.)

Default

  • 2048

Kconfig definition

At /home/runner/work/sdk-nrf/sdk-nrf/ncs/modules/lib/memfault-firmware-sdk/ports/zephyr/Kconfig:173

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:31<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:38

Menu path: (Top) → Modules → memfault-firmware-sdk (/home/runner/work/sdk-nrf/sdk-nrf/ncs/modules/lib/memfault-firmware-sdk) → MEMFAULT Support

config MEMFAULT_HTTP_DEDICATED_WORKQUEUE_STACK_SIZE
    int "Stack size for dedicated http upload queue, in bytes"
    default 2048
    depends on MEMFAULT_HTTP_PERIODIC_UPLOAD_USE_DEDICATED_WORKQUEUE && MEMFAULT_HTTP_ENABLE && MEMFAULT

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)