Skip to content

Commit

Permalink
cmd/thor: set default cache size to 4GB
Browse files Browse the repository at this point in the history
  • Loading branch information
qianbin committed Nov 20, 2023
1 parent 16c5d34 commit 73eca80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/thor/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 73eca80

Please sign in to comment.