Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 1fe04bb

Browse files
committed
Increase state cache size from 256 to 384 Mb
1 parent 4b9d11d commit 1fe04bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ethereumj-core/src/main/resources/ethereumj.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ cache {
245245
}
246246

247247
# total size in Mbytes of the state DB read cache
248-
stateCacheSize = 256
248+
stateCacheSize = 384
249249

250250
# the size of block queue cache to be imported in MBytes
251251
blockQueueSize = 32

0 commit comments

Comments
 (0)