From be748582c375c3faf4b61fca7a371475a4096c12 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 octopus --- 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 4ce2689c234e4..a6c24798ad0a9 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -4385,7 +4385,7 @@ std::vector