From: Neha Ojha Date: Thu, 15 Apr 2021 16:44:27 +0000 (+0000) Subject: common/options/global.yaml.in: increase default value of bluestore_cache_trim_max_ski... X-Git-Tag: v17.1.0~2222^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F40732%2Fhead;p=ceph.git common/options/global.yaml.in: increase default value of bluestore_cache_trim_max_skip_pinned This option controls the rate of trimming of onodes and the earlier default of 64 has been seen to be too low for large clusters, leading to buildup of onodes resulting in memory growth. Increase the default value to 1000, since there are no known downsides to it. Fixes: https://tracker.ceph.com/issues/50217 Signed-off-by: Neha Ojha --- diff --git a/src/common/options/global.yaml.in b/src/common/options/global.yaml.in index 7577b2a29970..870eb9966fe4 100644 --- a/src/common/options/global.yaml.in +++ b/src/common/options/global.yaml.in @@ -6491,7 +6491,7 @@ options: type: uint level: dev desc: Max pinned cache entries we consider before giving up - default: 64 + default: 1000 with_legacy: true - name: bluestore_cache_type type: str