From: Sage Weil Date: Mon, 24 Sep 2018 14:21:20 +0000 (-0500) Subject: rocksdb: increase default cache size to 512 MB X-Git-Tag: v13.2.3~15^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=fe6eea6d3a79dc28e645fa96f4c551ec9ec774af;p=ceph.git rocksdb: increase default cache size to 512 MB For filestore OSDs, this is probably a good idea anyway, and is generally not going to be hugely impactful on the memory footprint (where users have been told to provide 1 GB RAM per 1 TB storage for a long time now). For bluestore OSDs, this value is meaningless as we're autotuning this anyway. For mons, this is a more reasonable default. Signed-off-by: Sage Weil (cherry picked from commit cbfc3ee1921f4780be6d4071e441818b1390101c) Conflicts: src/common/options.cc - trivial resolution --- diff --git a/src/common/options.cc b/src/common/options.cc index 199bc301e8fd..50139cc329d4 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -3423,7 +3423,7 @@ std::vector