Memory consumption problem
- Dominant language
- C++
- Stars
- 39.4k
- Forks
- 8.2k
- PR merge metrics
- No merged PRs in 30d
Description
I am using LevelDB version
SHARED_VERSION_MAJOR = 1
SHARED_VERSION_MINOR = 20
OS

Database ~ 20 000 000 Pair

Memory consumption before reading from the database

After first reading from the database

After second reading from the database

After the third read from the database

So you can continue until all the memory runs out.
At first I thought it was just a memory leak, but

No leaks


What consumes memory, and most importantly why?
Contributor guide
Assessment
This issue has not been assessed yet.