CONFIG_MEMFAULT_LOGGING_RAM_SIZE
Set the size of the Memfault logging storage buffer
Type: int
Help
The Memfault logs will be stored in a static logging storage buffer
defined in memfault_logging.c. Adjust this value to ensure enough
room for a reasonalbe number of log entries.
Direct dependencies
MEMFAULT_LOGGING_ENABLE
&& MEMFAULT_LOGGING_ENABLE
&& MEMFAULT
(Includes any dependencies from ifs and menus.)
Default
512
Kconfig definition
At /home/runner/work/sdk-nrf/sdk-nrf/ncs/modules/lib/memfault-firmware-sdk/ports/zephyr/Kconfig:104
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:33
→ <Zephyr>/modules/Kconfig:6
→ <nRF>/doc/_build/kconfig/Kconfig.modules:38
Menu path: (Top) → Modules → memfault-firmware-sdk (/home/runner/work/sdk-nrf/sdk-nrf/ncs/modules/lib/memfault-firmware-sdk) → MEMFAULT Support → MEMFAULT Zephyr backend logging Enable [EXPERIMENTAL]
config MEMFAULT_LOGGING_RAM_SIZE
int "Set the size of the Memfault logging storage buffer"
default 512
depends on MEMFAULT_LOGGING_ENABLE && MEMFAULT_LOGGING_ENABLE && MEMFAULT
help
The Memfault logs will be stored in a static logging storage buffer
defined in memfault_logging.c. Adjust this value to ensure enough
room for a reasonalbe number of log entries.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)