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

Fix: OOM Error while runnning application. #23

Merged
merged 1 commit into from
Sep 19, 2024

Conversation

RaulTrombin
Copy link
Member

Newer versions of the Tracy crate run and start storing logs in RAM by default, causing memory consumption that is never freed since there are no clients.

This PR removes this behavior to ondemand, so logs are only generated after a client request; otherwise, they are not.

@RaulTrombin RaulTrombin marked this pull request as ready for review September 19, 2024 12:52
@joaoantoniocardoso joaoantoniocardoso merged commit afdf6a3 into bluerobotics:master Sep 19, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants