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
Keep in mind that OSs are not very transparent at reporting mapped memory without using alternative tools. It will report mapped memory as in use where in reality is it just using up virtual memory space of the process, which is essentially free.
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
Affected py-lmdb Version
The text was updated successfully, but these errors were encountered: