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

reduce memory consumption #150

Closed
rladstaetter opened this issue Aug 21, 2023 · 0 comments · Fixed by #162
Closed

reduce memory consumption #150

rladstaetter opened this issue Aug 21, 2023 · 0 comments · Fixed by #162
Assignees
Milestone

Comments

@rladstaetter
Copy link
Owner

rladstaetter commented Aug 21, 2023

As a user, I want to work with "huge" log files (>100mb). LogoRRR should handle such files without much hassle; currently it consumes much memory and crashes sooner or later.

Of course, there will be a certain limit for the size of the log files; it is not scope of the ticket to reinvent the whole text file handling. But the most pressing problems should be addressed and fixed.

The most problematic code in this regard is BlockView and friends which needs very much memory and isn't optimised for off screen rendering - it renders always everything.

@rladstaetter rladstaetter added this to the 23.3.0 milestone Aug 21, 2023
@rladstaetter rladstaetter self-assigned this Oct 24, 2023
@rladstaetter rladstaetter changed the title Implement virtual flow Reduce Memory consumption Oct 29, 2023
@rladstaetter rladstaetter changed the title Reduce Memory consumption reduce memory consumption Oct 29, 2023
rladstaetter added a commit that referenced this issue Nov 2, 2023
rladstaetter added a commit that referenced this issue Nov 2, 2023
ChunkListView exploits ListView features and enables LogoRRR to handle bigger log files as well
rladstaetter added a commit that referenced this issue Nov 2, 2023
rladstaetter added a commit that referenced this issue Nov 2, 2023
@rladstaetter rladstaetter linked a pull request Nov 2, 2023 that will close this issue
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 a pull request may close this issue.

1 participant