]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
os/bluestore: turn bluestore_onode_cache_size 16k -> 4k
authorSage Weil <sage@redhat.com>
Mon, 3 Oct 2016 22:34:02 +0000 (18:34 -0400)
committerSage Weil <sage@redhat.com>
Mon, 3 Oct 2016 22:42:03 +0000 (18:42 -0400)
Signed-off-by: Sage Weil <sage@redhat.com>
src/common/config_opts.h

index a96b8b30044e09558711cbd150e60902d12ed70d..8e45b4b3103217c4419c930f82a6ea846f5d245b 100644 (file)
@@ -990,7 +990,7 @@ OPTION(bluestore_extent_map_shard_min_size, OPT_U32, 150)
 OPTION(bluestore_extent_map_shard_target_size_slop, OPT_DOUBLE, .2)
 OPTION(bluestore_extent_map_inline_shard_prealloc_size, OPT_U32, 256)
 OPTION(bluestore_cache_type, OPT_STR, "2q")   // lru, 2q
-OPTION(bluestore_onode_cache_size, OPT_U32, 16*1024)
+OPTION(bluestore_onode_cache_size, OPT_U32, 4*1024)
 OPTION(bluestore_buffer_cache_size, OPT_U32, 512*1024*1024)
 OPTION(bluestore_shared_blob_hash_table_size_ratio, OPT_FLOAT, 2)  // multiple of onode_cache_size
 OPTION(bluestore_kvbackend, OPT_STR, "rocksdb")