-
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:63
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:23
→ <Zephyr>/modules/Kconfig:6
→ <BuildDir>/kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:52
→ <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 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.)