deprecated (from v2.0.14)
last updated:

accounts_db_read_cache_limit_mb

How large the read cache for account data can become, in mebibytes

timeline overview

introduced

v2.0.14

deprecated

v2.0.14

removed

n/a

reactivated

n/a

note: this is a hidden cli argument.

raw details (from release v2.2.3):

{
  "name": "accounts_db_read_cache_limit_mb",
  "properties": {
    "long": "accounts-db-read-cache-limit-mb",
    "value_name": "MAX | LOW,HIGH",
    "takes_value": "true",
    "min_values": "1",
    "max_values": "2",
    "multiple": "false",
    "require_delimiter": "true",
    "help": "How large the read cache for account data can become, in mebibytes",
    "long_help": "\n                    \"How large the read cache for account data can become, in mebibytes. \\\n                     If given a single value, it will be the maximum size for the cache. \\\n                     If given a pair of values, they will be the low and high watermarks \\\n                     for the cache. When the cache exceeds the high watermark, entries will \\\n                     be evicted until the size reaches the low watermark.\"\n                ",
    "hidden": "hidden_unless_forced()"
  },
  "isDeprecated": true
}