From d18eddad72c262421e4d5ea97eaf3861e08ef01e Mon Sep 17 00:00:00 2001 From: jsvisa Date: Fri, 23 May 2025 12:04:40 +0800 Subject: [PATCH] cmd: change the describe of --cache Signed-off-by: jsvisa --- cmd/utils/flags.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/utils/flags.go b/cmd/utils/flags.go index 81c4172a53..cefc230d3f 100644 --- a/cmd/utils/flags.go +++ b/cmd/utils/flags.go @@ -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, }