cmd: special case default cache allowance (4GB mainnet, 128MB ligh)

This commit is contained in:
Péter Szilágyi
2019-04-12 12:06:43 +03:00
parent 4a4abc41d4
commit d9d60a5a7f
2 changed files with 15 additions and 1 deletions

View File

@ -331,7 +331,7 @@ var (
// Performance tuning settings
CacheFlag = cli.IntFlag{
Name: "cache",
Usage: "Megabytes of memory allocated to internal caching",
Usage: "Megabytes of memory allocated to internal caching (default = 4096 mainnet full node, 128 light mode)",
Value: 1024,
}
CacheDatabaseFlag = cli.IntFlag{