You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -392,7 +393,8 @@ Here is the meaning of all fields in the **memory** section:
392
393
*`mem_cluster_links`: Memory used by links to peers on the cluster bus when cluster mode is enabled.
393
394
*`mem_aof_buffer`: Transient memory used for AOF and AOF rewrite buffers
394
395
*`mem_replication_backlog`: Memory used by replication backlog
395
-
*`mem_total_replication_buffers`: Total memory consumed for replication buffers.
396
+
*`mem_total_replication_buffers`: Total memory consumed for replication buffers. Starting with Valkey 9.1, it also includes `mem_replicas_repl_buffer`.
397
+
*`mem_replicas_repl_buffer`: Total memory consumed by the replicas replication buffer on replica side during the dual channel replication. Added in Valkey 9.1.
396
398
*`mem_allocator`: Memory allocator, chosen at compile time.
397
399
*`mem_overhead_db_hashtable_rehashing`: Temporary memory overhead of database dictionaries currently being rehashed - Added in 8.0.
398
400
*`active_defrag_running`: When `activedefrag` is enabled, this indicates whether defragmentation is currently active, and the CPU percentage it intends to utilize.
0 commit comments