Skip to content

Commit bbd1492

Browse files
committed
modules: memfault: Increase Memfault event storage
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 <jantore.guggedal@nordicsemi.no>
1 parent 3c10e98 commit bbd1492

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/overlay-memfault.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ CONFIG_MEMFAULT_HEAP_STATS=y
1313
CONFIG_MEMFAULT_NCS_LOCATION_METRICS=y
1414
CONFIG_MEMFAULT_HTTP_DEDICATED_WORKQUEUE_STACK_SIZE=1560
1515
CONFIG_MEMFAULT_COREDUMP_FULL_THREAD_STACKS=y
16+
CONFIG_MEMFAULT_EVENT_STORAGE_SIZE=2048
1617

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

0 commit comments

Comments
 (0)