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.
Default
1024
Kconfig definition
At <nRF>/lib/nrf_modem_lib/Kconfig.modemlib:89
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:33
→ <Zephyr>/modules/Kconfig:6
→ <nRF>/doc/_build/kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:94
→ <nRF>/lib/Kconfig:11
→ <nRF>/lib/nrf_modem_lib/Kconfig:22
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 4096
default 1024
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.)