From 8addcd4cdcfba586e62fb07b0cd44c615db97a7e Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Fri, 11 Nov 2016 11:09:55 -0500 Subject: [PATCH] os/bluestore: bluestore_cache_meta_ratio = .5 Signed-off-by: Sage Weil --- src/common/config_opts.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3