Skip to content

Commit 04ef659

Browse files
authored
Merge pull request ceph#56394 from cbodley/wip-rgw-cache-size
rgw: increase default metadata cache size for accounts Reviewed-by: J. Eric Ivancich <[email protected]>
2 parents 8569dbc + 451e037 commit 04ef659

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)