Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Increase default rocksdb cache size #10659

Merged
merged 1 commit into from
Jan 14, 2022
Merged

Conversation

arkpar
Copy link
Member

@arkpar arkpar commented Jan 14, 2022

Current default of 128Mb is too low. It can lead to severe performance degradation when a single rocksdb compressed block does not fit into cache and each DB query has to go through block decompression.

Closes #10653

@arkpar arkpar added A0-please_review Pull request needs code review. B5-clientnoteworthy C1-low PR touches the given topic and has a low impact on builders. D3-trivial 🧸 PR contains trivial changes in a runtime directory that do not require an audit labels Jan 14, 2022
@arkpar
Copy link
Member Author

arkpar commented Jan 14, 2022

bot merge

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A0-please_review Pull request needs code review. C1-low PR touches the given topic and has a low impact on builders. D3-trivial 🧸 PR contains trivial changes in a runtime directory that do not require an audit
Projects
None yet
Development

Successfully merging this pull request may close these issues.

client/cli: default db-cache value unfit for archive node
3 participants