Skip to content

Commit aa3ab1d

Browse files
committed
memfault: Decrease coredump storage
Using memfault shell, it reports that the required storage size is about 140 kB. This patch reducecs the allocated partition to 162 kB (which is also aligned on a 32 kB boundary), freeing up flash for code. Signed-off-by: Jan Tore Guggedal <[email protected]>
1 parent 53c0efe commit aa3ab1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/overlay-memfault.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ CONFIG_MEMFAULT_HTTP_PERIODIC_UPLOAD=y
1414
CONFIG_MEMFAULT_HTTP_ENABLE=y
1515
CONFIG_MEMFAULT_HTTP_CLIENT_TIMEOUT_MS=30000
1616
CONFIG_MEMFAULT_EVENT_STORAGE_SIZE=2048
17-
CONFIG_PM_PARTITION_SIZE_MEMFAULT_STORAGE=0x3FC000
17+
CONFIG_PM_PARTITION_SIZE_MEMFAULT_STORAGE=0x2A000
1818
CONFIG_MEMFAULT_COREDUMP_COLLECT_BSS_REGIONS=y
1919
CONFIG_MEMFAULT_COREDUMP_FULL_THREAD_STACKS=y
2020
## Disable metric to remove error due to missing File System mount point

0 commit comments

Comments
 (0)