-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
asset_tracker_v2: Increase memfault event storage buffer size #8743
Conversation
8ec37bb
to
1e9bf6e
Compare
Increase the memfault event storage buffer size so that all metrics generated by the application can be stored and forwarded to memfault cloud. The default value (1024) results in memfault event storage becoming full every 15 minutes. Tested by running the application for over 90 minutes and found that the error "mflt: Event storage full" is no longer printed. CIA-769 Signed-off-by: Balaji Srinivasan <balaji.srinivasan@nordicsemi.no> Signed-off-by: Simen S. Røstad <simen.rostad@nordicsemi.no>
1e9bf6e
to
13dc32d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A minor suggestion.
@@ -206,6 +206,7 @@ nRF9160: Asset Tracker v2 | |||
|
|||
* An issue that reports GNSS altitude, accuracy, and speed incorrectly when using LwM2M engine. | |||
* An issue that caused modem FOTA jobs to be reported as not validated to nRF Cloud. | |||
* An issue that caused the memfault event storage buffer getting full which in turn resulted in lost memfault events. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* An issue that caused the memfault event storage buffer getting full which in turn resulted in lost memfault events. | |
* An issue that caused the memfault event storage buffer to get full, which in turn resulted in lost memfault events. |
@greg-fer : FYI. A change log entry for 2.1.0 release.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed in the release notes and added there.
You can find the documentation preview for this PR at this link. It will be updated about 10 minutes after the documentation build succeeds. Note: This comment is automatically posted by the Documentation Publishing GitHub Action. |
Integration test specification
Detailed information of selected test modules Note: This message is automatically posted and updated by the CI |
Increase the memfault event storage buffer size so that all metrics generated by the application can be stored and forwarded to memfault cloud. The default value (1024) results in memfault event storage becoming full every 15 minutes.
Tested by running the application for over 90 minutes and found that the error "mflt: Event storage full" is no longer printed.
CIA-769
Signed-off-by: Balaji Srinivasan balaji.srinivasan@nordicsemi.no
Signed-off-by: Simen S. Røstad simen.rostad@nordicsemi.no