diff --git a/cmd/utils/flags.go b/cmd/utils/flags.go index b0d6ee5203..945e3f318d 100644 --- a/cmd/utils/flags.go +++ b/cmd/utils/flags.go @@ -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, }