Skip to content

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

Description

@AnthonyAJohnson

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.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions