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

LWM2M engine stack size

Type: int

Help

Set the stack size for the LWM2M library engine (used for handling OBSERVE and NOTIFY events)

Direct dependencies

LWM2M && NETWORKING

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At subsys/net/lib/lwm2m/Kconfig:31

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:24subsys/net/Kconfig:84subsys/net/lib/Kconfig:17

Menu path: (top menu) → Networking → Network Protocols → OMA LWM2M protocol stack

config LWM2M_ENGINE_STACK_SIZE
    int
    prompt "LWM2M engine stack size" if LWM2M && NETWORKING
    default 2560 if NET_LOG && LWM2M && NETWORKING
    default 2048 if LWM2M && NETWORKING
    depends on LWM2M && NETWORKING
    help
      Set the stack size for the LWM2M library engine (used for handling
      OBSERVE and NOTIFY events)

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