You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: