mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-26 06:36:43 +00:00
cmd: change the describe of --cache
Signed-off-by: jsvisa <delweng@gmail.com>
This commit is contained in:
parent
3bd5c37c3b
commit
d18eddad72
1 changed files with 1 additions and 1 deletions
|
|
@ -444,7 +444,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 (default = 4096 mainnet full node, 1024 for other networks)",
|
||||
Value: 1024,
|
||||
Category: flags.PerfCategory,
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue