Skip to content
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

memory-monitor: Fix log files clean up to prevent storage overflow. #4331

Merged

Conversation

OhmSpectator
Copy link
Member

@OhmSpectator OhmSpectator commented Oct 10, 2024

Fix an issue where the memory-monitor-handler.sh script could fail to correctly calculate the total size of archives and logs due to inconsistent references to log file names.

This prevents the device from being flooded with memory-monitor output files that consume excessive storage space.

To be ported to:

  • 13.4-stable

Fix an issue where the memory-monitor-handler.sh script could fail to
correctly calculate the total size of archives and logs due to
inconsistent references to log file names.

This prevents the device from being flooded with memory-monitor output
files that consume excessive storage space.

Signed-off-by: Nikolay Martyanov <[email protected]>
@OhmSpectator OhmSpectator added bug Something isn't working stable Should be backported to stable release(s) labels Oct 10, 2024
@github-actions github-actions bot requested a review from eriknordmark October 10, 2024 12:41
Copy link
Contributor

@eriknordmark eriknordmark left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@OhmSpectator OhmSpectator merged commit af9391f into lf-edge:master Oct 11, 2024
37 of 38 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working stable Should be backported to stable release(s)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants