Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Memory consumption problem #1132

Open
mitr15fan15v opened this issue Jun 30, 2023 · 1 comment
Open

Memory consumption problem #1132

mitr15fan15v opened this issue Jun 30, 2023 · 1 comment

Comments

@mitr15fan15v
Copy link

I am using LevelDB version
SHARED_VERSION_MAJOR = 1
SHARED_VERSION_MINOR = 20
OS
Screenshot from 2023-07-01 00-24-19
Database ~ 20 000 000 Pair
Screenshot from 2023-07-01 00-28-30

Memory consumption before reading from the database
Screenshot from 2023-07-01 00-43-14

After first reading from the database
Screenshot from 2023-07-01 00-45-53

After second reading from the database
Screenshot from 2023-07-01 00-48-50

After the third read from the database
Screenshot from 2023-07-01 00-52-17

So you can continue until all the memory runs out.
At first I thought it was just a memory leak, but
Screenshot from 2023-07-01 01-37-41

No leaks
Screenshot from 2023-07-01 01-45-11
Screenshot from 2023-07-01 01-45-32
What consumes memory, and most importantly why?

@grigzy28
Copy link

Have you considered using 1.23 ? So far I'm not experiencing any of this as I had with 1.20.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants