Skip to content

Commit 451e037

Browse files
committed
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 <[email protected]>
1 parent 1544113 commit 451e037

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/options/rgw.yaml.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ options:
290290
desc: Max number of items in RGW metadata cache.
291291
long_desc: When full, the RGW metadata cache evicts least recently used entries.
292292
fmt_desc: The number of entries in the Ceph Object Gateway cache.
293-
default: 10000
293+
default: 25000
294294
services:
295295
- rgw
296296
see_also:

0 commit comments

Comments
 (0)