Skip to content

Commit ede5abc

Browse files
authored
DOC-6282 Added a note about Active-Active memory usage (#2814)
1 parent b8809c7 commit ede5abc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

content/operate/rs/references/metrics/resource-usage.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,12 @@ Used memory does not include:
6565

6666
Used memory is not measured during [shard migration]({{< relref "/operate/rs/databases/configure/replica-ha" >}}).
6767

68+
Additional factors for [Active-Active databases]({{<relref "/operate/rs/databases/active-active">}}):
69+
70+
- By default, the [Active-Active replication backlog]({{<relref "/operate/rs/databases/active-active/manage#replication-backlog">}}), used for synchronization between clusters or regions, is set to 1% of the database size.
71+
72+
- Active-Active databases have a lower threshold for activating the eviction policy, because it requires propagation to all participating clusters. The eviction policy starts to evict keys when one of the Active-Active instances reaches 80% of its memory limit.
73+
6874
**Components measured**: Database and Shard
6975

7076
### Free RAM

0 commit comments

Comments
 (0)