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

Really bad at handling large files #21

Open
wijiler opened this issue Feb 16, 2024 · 4 comments
Open

Really bad at handling large files #21

wijiler opened this issue Feb 16, 2024 · 4 comments
Labels
bug Something isn't working

Comments

@wijiler
Copy link

wijiler commented Feb 16, 2024

Opening a 25k line file (some bindings I generated) is taking up 77% of my 32gbs of ram, something BAD, maybe even devious some would say is happening

@wijiler
Copy link
Author

wijiler commented Feb 16, 2024

image
for example

@wijiler
Copy link
Author

wijiler commented Feb 16, 2024

I get that a 25k line file is huge but it shouldnt be smashing this much memory

@SogoCZE SogoCZE added the bug Something isn't working label Feb 16, 2024
@danielmaciel
Copy link

I also see very high memory usage from Jails in normal circumstances.

@SogoCZE
Copy link
Owner

SogoCZE commented Aug 14, 2024

Overall, we currently do not optimize for optimal memory usage. I solve most of the memory leaks in the latest updates, so that should help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants