Signed-off-by: Igor Fedotov <ifedotov@mirantis.com>
g_ceph_context->_conf->set_val("bluestore_max_alloc_size", "196608");
// set small cache sizes so we see trimming during Synthetic tests
- g_ceph_context->_conf->set_val("bluestore_buffer_cache_size", "2000000");
- g_ceph_context->_conf->set_val("bluestore_onode_cache_size", "500");
+ g_ceph_context->_conf->set_val("bluestore_cache_size", "4000000");
// very short *_max prealloc so that we fall back to async submits
g_ceph_context->_conf->set_val("bluestore_blobid_prealloc", "10");