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

[Core] Clear EvoDB cache when oversized #2831

Merged
merged 1 commit into from
Apr 18, 2023

Conversation

Liquid369
Copy link
Member

Perpetual hunt to reduce memory!
This is a simple PR to clear the EvoDB cache and flush it to disk when it grows.
In Dash, users experience persistently growing memory because the EvoDB cache until v.18 dashpay#5007
This is flushing the evodb cache and chain state when hit its "critical" memory and will keep from persistently growing.

@Fuzzbawls Fuzzbawls added this to the 6.0.0 milestone Apr 1, 2023
@Fuzzbawls Fuzzbawls changed the title Clear EvoDB cache when oversized [Core] Clear EvoDB cache when oversized Apr 1, 2023
Copy link

@panleone panleone left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

utACK 62defc8

Copy link
Collaborator

@Fuzzbawls Fuzzbawls left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK 62defc8

@Fuzzbawls Fuzzbawls merged commit a1ab344 into PIVX-Project:master Apr 18, 2023
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

3 participants