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

Flogs consumes too much memory #67

Open
ristiisa opened this issue Aug 29, 2021 · 1 comment
Open

Flogs consumes too much memory #67

ristiisa opened this issue Aug 29, 2021 · 1 comment

Comments

@ristiisa
Copy link

The current flogs.db file is over 600k lines and 250mb. It is not possible to export any logs as it results in app termination for using too much memory. Also it is not possible to clear the logs as it also results in app termination.

Flutter (Channel stable, 2.2.3, on macOS 11.3 20E232 darwin-arm, locale en-GB)
iOS 14.7.1
@zubairehman
Copy link
Owner

The flog DB will only write the changes that you will require it to write. However, the latest version of flogs has been released (f_logs: ^2.0.1), please try that out and let me know if the issue still persists.

Could you also specify the use case that requires you to print that many lines?

Thanks

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

No branches or pull requests

2 participants