Skip to content
This repository has been archived by the owner on Oct 4, 2019. It is now read-only.

bump db cache default val from 128 -> 1024mb #584

Merged
merged 1 commit into from
May 8, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmd/geth/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ var (
CacheFlag = cli.IntFlag{
Name: "cache",
Usage: "Megabytes of memory allocated to internal caching (min 16MB / database forced)",
Value: 128,
Value: 1024,
}
BlockchainVersionFlag = cli.IntFlag{
Name: "blockchain-version,blockchainversion",
Expand Down