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

RocksDB performance regression #4128

Closed
garyschulte opened this issue Jul 19, 2022 · 0 comments
Closed

RocksDB performance regression #4128

garyschulte opened this issue Jul 19, 2022 · 0 comments

Comments

@garyschulte
Copy link
Contributor

Description

There are several reports of slow block import times with the current rocksdb configurations from #3985. The current mitigation for this is to use --Xplugin-rocksdb-cache-capacity=134217728 to set the cache capacity to 128mb.

Acceptance Criteria

  • besu should use configuration parameters that minimize memory footprint, while preserving performance, with 22.4.4 as a baseline for block import performance

Steps to Reproduce (Bug)

  1. sync mainnet and observe block import times
  2. the import times, especially in docker, are slow enough that besu falls behind head and cannot keep up with the chain

Versions (Add all that apply)

  • Software version: RC2-SNAPSHOT
  • Java version: [java -version]
  • OS Name & Version: [cat /etc/*release]
  • Kernel Version: [uname -a]
  • Virtual Machine software & version: [vmware -v]
  • Docker Version: [docker version]
  • Cloud VM, type, size: [Amazon Web Services I3-large]
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

1 participant