]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
os/bluestore: make osd_memory_limit default to .8x the cgroup limit 26856/head
authorSage Weil <sage@redhat.com>
Fri, 8 Mar 2019 19:16:19 +0000 (13:16 -0600)
committerSage Weil <sage@redhat.com>
Mon, 11 Mar 2019 17:33:49 +0000 (12:33 -0500)
commit5c6b533697814af8acfd9e731a2599b2294687ef
tree88b2bd90654c4fc5c9fa3ef338bbdb0884d4c75f
parent4ddfe3a99590517499a7424b9d5fb86205db3161
os/bluestore: make osd_memory_limit default to .8x the cgroup limit

We do this at runtime in _set_cache_sizes so that changes to these values
at runtime will be picked up.

Signed-off-by: Sage Weil <sage@redhat.com>
src/common/options.cc
src/os/bluestore/BlueStore.cc