From 95d020bdc597b043089b4a3591a3ccd36ddf3547 Mon Sep 17 00:00:00 2001 From: Casey Bodley Date: Fri, 22 Mar 2024 10:23:31 -0400 Subject: [PATCH] rgw: increase default metadata cache size for accounts 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 (cherry picked from commit 451e03782e95dfd5b26aacb0d131126260b83d37) --- src/common/options/rgw.yaml.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/options/rgw.yaml.in b/src/common/options/rgw.yaml.in index 27c76d6803ab6..d3799abb1dbd7 100644 --- a/src/common/options/rgw.yaml.in +++ b/src/common/options/rgw.yaml.in @@ -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: -- 2.39.5