diff --git a/cmd/thor/flags.go b/cmd/thor/flags.go index c6d0599fe..3f04d83a0 100644 --- a/cmd/thor/flags.go +++ b/cmd/thor/flags.go @@ -126,7 +126,7 @@ var ( cacheFlag = cli.IntFlag{ Name: "cache", Usage: "megabytes of ram allocated to trie nodes cache", - Value: 2048, + Value: 4096, } disablePrunerFlag = cli.BoolFlag{ Name: "disable-pruner",