]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
common/options/global.yaml.in: increase default value of bluestore_cache_trim_max_ski... 40732/head
authorNeha Ojha <nojha@redhat.com>
Thu, 15 Apr 2021 16:44:27 +0000 (16:44 +0000)
committerNeha Ojha <nojha@redhat.com>
Fri, 16 Apr 2021 17:35:43 +0000 (17:35 +0000)
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 <nojha@redhat.com>
src/common/options/global.yaml.in

index 7577b2a299700c4990c252ace5ea90c657a0398f..870eb9966fe4137c94c8db81dc7d239686186431 100644 (file)
@@ -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