py-lmdb icon indicating copy to clipboard operation
py-lmdb copied to clipboard

Env memory leak

Open xayam opened this issue 9 months ago • 1 comments

I tried to create an Environment many times using open_db and over time the RAM costs increased to the limit.

But if I alternate opening the Environment first for writing and then for reading, then the memory is freed and everything is fine

Affected Operating Systems

 Windows 11

Affected py-lmdb Version

lmdb 1.4.1

xayam avatar May 02 '24 15:05 xayam