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

Deducing the I/O cost by increasing the capacity of the underlying database's caches #85

Open
hsyodyssey opened this issue May 1, 2022 · 0 comments

Comments

@hsyodyssey
Copy link

Currently, Geth's cache setting for the underlying LevelDB is based on the Default parameter. We can see here that it is about 256MB. Considering the original Geth will be deployed on devices with average performance, this default setting is relatively low.

Since the performance of our Sequencer is much higher, increasing the size of these caches will significantly reduce the underlying I/O cost.

Related codes:

@HAOYUatHZ HAOYUatHZ reopened this Apr 3, 2023
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

3 participants