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

large memory consumption when keeping a file open for while #49

Open
AnthonyAJohnson opened this issue Nov 1, 2017 · 0 comments
Open
Assignees
Labels

Comments

@AnthonyAJohnson
Copy link

Using the C api, when parsing biggish files (~1GB) I experience huge memory bloat (~200mb) the longer I keep using the file, despite freeing individual items.

Closing the file seem to free all of the memory, so this isn't a leak, it's just using memory while it's open.

I was wondering if there was a way that lets you use less memory, maybe sacrificing speed/caching for it.

@joachimmetz joachimmetz changed the title libpff is hogging a lot of memory when keeping it open for while large memory consumption when keeping a file open for while Nov 2, 2017
@joachimmetz joachimmetz self-assigned this Nov 2, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants