We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09e9bb5 commit d8f1f22Copy full SHA for d8f1f22
docs/api/components/schemas.yaml
@@ -1304,7 +1304,10 @@ Database:
1304
type: object
1305
properties:
1306
size:
1307
- description: The maximum number of revisions that can be stored in the revision cache.
+ description: |-
1308
+ The maximum number of revisions that can be stored in the revision cache.
1309
+ 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
1310
+ you may find that the capacity stat (revision_cache_num_items) will climb to the defined rev cache size + 10%.
1311
type: string
1312
default: 5000
1313
max_memory_count_mb:
0 commit comments