From 8c2050bc8dfcae5536dee1de64d8f10440844b21 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 (cherry picked from commit 26d7336d6b65f987298ede5d2c5c435191f1405c) Conflicts: src/common/options/global.yaml.in - file does not exist in nautilus --- src/common/options.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/options.cc b/src/common/options.cc index 768d6505d9d8..5524da48d1d2 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -4744,7 +4744,7 @@ std::vector