We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40621eb commit 6af49caCopy full SHA for 6af49ca
triedb/pathdb/database.go
@@ -47,7 +47,7 @@ const (
47
// Too large buffer will cause the system to pause for a long
48
// time when write happens. Also, the largest batch that pebble can
49
// support is 4GB, node will panic if batch size exceeds this limit.
50
- maxBufferSize = 64 * 1024 * 1024
+ maxBufferSize = 256 * 1024 * 1024
51
52
// defaultBufferSize is the default memory allowance of node buffer
53
// that aggregates the writes from above until it's flushed into the
0 commit comments