active
last updated:

accounts_shrink_ratio

Specifies the shrink ratio for the accounts to be shrunk. The shrink ratio is defined as the ratio of the bytes alive over the total bytes used. If the account's shrink ratio is less than this ratio it becomes a candidate for shrinking. The value must between 0. and 1.0 inclusive."

timeline overview

introduced

v1.17.28

deprecated

n/a

removed

n/a

reactivated

n/a

raw details (from release v2.2.3):

{
  "name": "accounts_shrink_ratio",
  "properties": {
    "long": "accounts-shrink-ratio",
    "takes_value": "true",
    "value_name": "RATIO",
    "default_value": "&default_args.accounts_shrink_ratio",
    "help": "\n                    \"Specifies the shrink ratio for the accounts to be shrunk. The shrink ratio \\\n                     is defined as the ratio of the bytes alive over the  total bytes used. If \\\n                     the account's shrink ratio is less than this ratio it becomes a candidate \\\n                     for shrinking. The value must between 0. and 1.0 inclusive.\",\n                "
  },
  "isDeprecated": false
}