mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-19 13:21:37 +00:00
cmd/utils: update flag description
This commit is contained in:
parent
b08aac1dbc
commit
5d2d143f8c
1 changed files with 1 additions and 1 deletions
|
|
@ -490,7 +490,7 @@ var (
|
|||
// Performance tuning settings
|
||||
CacheFlag = &cli.IntFlag{
|
||||
Name: "cache",
|
||||
Usage: "Megabytes of memory allocated to internal caching (default = 4096 mainnet full node, 128 light mode)",
|
||||
Usage: "Megabytes of memory allocated to internal caching",
|
||||
Value: 4096,
|
||||
Category: flags.PerfCategory,
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue