CONFIG_NRF_MODEM_LIB_HEAP_SIZE

Library heap size

Type: int

Help

Size of the heap buffer used by the library. This heap is allocated in the application’s RAM.

Direct dependencies

NRF_MODEM_LIB

(Includes any dependencies from ifs and menus.)

Default

  • 512

Kconfig definition

At <nRF>/lib/nrf_modem_lib/Kconfig:61

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:23<Zephyr>/modules/Kconfig:6<BuildDir>/Kconfig/Kconfig.modules:2<nRF>/Kconfig.nrf:27<nRF>/lib/Kconfig:11

Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Libraries → Enable Modem library

config NRF_MODEM_LIB_HEAP_SIZE
    int "Library heap size"
    range 512 2048
    default 512
    depends on NRF_MODEM_LIB
    help
      Size of the heap buffer used by the library.
      This heap is allocated in the application's RAM.

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