From: Sage Weil Date: Fri, 11 Nov 2016 16:09:55 +0000 (-0500) Subject: os/bluestore: bluestore_cache_meta_ratio = .5 X-Git-Tag: v11.1.0~302^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=8addcd4cdcfba586e62fb07b0cd44c615db97a7e;p=ceph.git os/bluestore: bluestore_cache_meta_ratio = .5 Signed-off-by: Sage Weil --- diff --git a/src/common/config_opts.h b/src/common/config_opts.h index 9ee647089ac7..80c373b79ecc 100644 --- a/src/common/config_opts.h +++ b/src/common/config_opts.h @@ -1031,7 +1031,7 @@ OPTION(bluestore_cache_type, OPT_STR, "2q") // lru, 2q OPTION(bluestore_2q_cache_kin_ratio, OPT_DOUBLE, .5) // kin page slot size / max page slot size OPTION(bluestore_2q_cache_kout_ratio, OPT_DOUBLE, .5) // number of kout page slot / total number of page slot OPTION(bluestore_cache_size, OPT_U64, 1024*1024*1024) -OPTION(bluestore_cache_meta_ratio, OPT_DOUBLE, .1) +OPTION(bluestore_cache_meta_ratio, OPT_DOUBLE, .5) OPTION(bluestore_kvbackend, OPT_STR, "rocksdb") OPTION(bluestore_allocator, OPT_STR, "bitmap") // stupid | bitmap OPTION(bluestore_freelist_type, OPT_STR, "bitmap") // extent | bitmap