]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: increase default metadata cache size for accounts 56394/head
authorCasey Bodley <cbodley@redhat.com>
Fri, 22 Mar 2024 14:23:31 +0000 (10:23 -0400)
committerCasey Bodley <cbodley@redhat.com>
Fri, 22 Mar 2024 14:23:33 +0000 (10:23 -0400)
account users will put some extra pressure on the metadata cache,
because each request has to load metadata for the account and zero
or more groups, in addition to the user's access key and user metadata

Signed-off-by: Casey Bodley <cbodley@redhat.com>
src/common/options/rgw.yaml.in

index 52e69dae959ca45b6e9621468da278fe07fa78a8..accb638e63aca3690195c43abe6d6f71771d4e5e 100644 (file)
@@ -290,7 +290,7 @@ options:
   desc: Max number of items in RGW metadata cache.
   long_desc: When full, the RGW metadata cache evicts least recently used entries.
   fmt_desc: The number of entries in the Ceph Object Gateway cache.
-  default: 10000
+  default: 25000
   services:
   - rgw
   see_also: