Skip to content

Commit

Permalink
modules: memfault: Increase Memfault event storage
Browse files Browse the repository at this point in the history
Increase the size of the event storage to have space for
all events. The size requirements have increased after the
introduction of location events.

Signed-off-by: Jan Tore Guggedal <[email protected]>
  • Loading branch information
jtguggedal committed Nov 8, 2024
1 parent 3c10e98 commit bbd1492
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/overlay-memfault.conf
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ CONFIG_MEMFAULT_HEAP_STATS=y
CONFIG_MEMFAULT_NCS_LOCATION_METRICS=y
CONFIG_MEMFAULT_HTTP_DEDICATED_WORKQUEUE_STACK_SIZE=1560
CONFIG_MEMFAULT_COREDUMP_FULL_THREAD_STACKS=y
CONFIG_MEMFAULT_EVENT_STORAGE_SIZE=2048

# Memfault depends on POSIX, disable unneeded POSIX features
CONFIG_POSIX_FILE_SYSTEM=n

0 comments on commit bbd1492

Please sign in to comment.