We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88edb9a commit 94e223eCopy full SHA for 94e223e
docs/api/components/schemas.yaml
@@ -1301,7 +1301,10 @@ Database:
1301
type: object
1302
properties:
1303
size:
1304
- description: The maximum number of revisions that can be stored in the revision cache.
+ description: |-
1305
+ The maximum number of revisions that can be stored in the revision cache.
1306
+ Note when running with greater than 1 shard count we add 10% capacity overall to avoid early eviction when some shards fill up before others, so
1307
+ you may find that the capacity stat (revision_cache_num_items) will climb to the defined rev cache size + 10%.
1308
type: string
1309
default: 5000
1310
max_memory_count_mb:
0 commit comments