CONFIG_MEMFAULT_EVENT_STORAGE_SIZE

Memfault Event Storage RAM Buffer Size

Type: int

Help

The storage area used to batch memfault events before they are flushed
to persistent storage or the Memfault Cloud.

Direct dependencies

MEMFAULT

(Includes any dependencies from ifs and menus.)

Default

  • 1024

Kconfig definition

At /home/runner/work/sdk-nrf/sdk-nrf/ncs/modules/lib/memfault-firmware-sdk/ports/zephyr/Kconfig:177

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:23<Zephyr>/modules/Kconfig:6<BuildDir>/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

config MEMFAULT_EVENT_STORAGE_SIZE
    int "Memfault Event Storage RAM Buffer Size"
    default 1024
    depends on MEMFAULT
    help
      The storage area used to batch memfault events before they are flushed
      to persistent storage or the Memfault Cloud.

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