:orphan: .. title:: CONFIG_NRF_MODEM_LIB_SHMEM_TRACE_SIZE .. kconfig:: CONFIG_NRF_MODEM_LIB_SHMEM_TRACE_SIZE CONFIG_NRF_MODEM_LIB_SHMEM_TRACE_SIZE ##################################### *Trace region size* Type: ``int`` Help ==== .. code-block:: none Size of the shared memory area used to receive modem traces. Direct dependencies =================== \ :kconfig:`NRF_MODEM_LIB ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - 16384 if \ :kconfig:`NRF_MODEM_LIB_TRACE_ENABLED ` - 0 Kconfig definition ================== At ``/lib/nrf_modem_lib/Kconfig:138`` Included via ``/Kconfig:8`` → ``/Kconfig.zephyr:31`` → ``/modules/Kconfig:6`` → ``/doc/_build/kconfig/Kconfig.modules:2`` → ``/Kconfig.nrf:56`` → ``/lib/Kconfig:11`` Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Libraries → Enable Modem library → Custom Trace region size .. code-block:: kconfig config NRF_MODEM_LIB_SHMEM_TRACE_SIZE int "Trace region size" if NRF_MODEM_LIB_SHMEM_TRACE_SIZE_OVERRIDE default 16384 if NRF_MODEM_LIB_TRACE_ENABLED default 0 depends on NRF_MODEM_LIB help Size of the shared memory area used to receive modem traces. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*