From: Sage Weil Date: Tue, 20 Feb 2018 14:35:34 +0000 (-0600) Subject: os/bluestore: trim cache every 50ms (instead of 200ms) X-Git-Tag: v13.0.2~136^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=50eb2108bdf151c27fc32569f9503dbf82ae0fb9;p=ceph.git os/bluestore: trim cache every 50ms (instead of 200ms) In small cache size situations trimming needs to be more frequent. See https://tracker.ceph.com/issues/22616 This isn't a complete solution: in very low memory situations an even lower value would be needed, or perhaps bluestore_default_buffered_read=false. Signed-off-by: Sage Weil --- diff --git a/src/common/options.cc b/src/common/options.cc index 628fc57269f6..6d016941b6d9 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -3692,7 +3692,7 @@ std::vector