You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
The text was updated successfully, but these errors were encountered: