From 26d7336d6b65f987298ede5d2c5c435191f1405c Mon Sep 17 00:00:00 2001 From: Neha Ojha Date: Thu, 15 Apr 2021 16:44:27 +0000 Subject: [PATCH] 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 --- src/common/options/global.yaml.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/options/global.yaml.in b/src/common/options/global.yaml.in index 7577b2a299700..870eb9966fe41 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 -- 2.39.5