Skip to content

Commit

Permalink
Merge pull request #12635 from liewegas/wip-bluestore-cache
Browse files Browse the repository at this point in the history
os/bluestore: set cache meta ratio to .9

Reviewed-by: Igor Fedotov <ifedotov@mirantis.com>
  • Loading branch information
liewegas committed Dec 24, 2016
2 parents 0ddbdf8 + 04dea97 commit 29b7226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/config_opts.h
Expand Up @@ -1044,7 +1044,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, .5)
OPTION(bluestore_cache_meta_ratio, OPT_DOUBLE, .9)
OPTION(bluestore_kvbackend, OPT_STR, "rocksdb")
OPTION(bluestore_allocator, OPT_STR, "bitmap") // stupid | bitmap
OPTION(bluestore_freelist_type, OPT_STR, "bitmap") // extent | bitmap
Expand Down

0 comments on commit 29b7226

Please sign in to comment.