From d076f3629e2f9a9d5b10895ee9cc1c5ca99bc006 Mon Sep 17 00:00:00 2001 From: Bennu Date: Fri, 3 Dec 2021 13:32:12 +0800 Subject: [PATCH] [skip ci] Add comments for milvus.yaml (#12675) Signed-off-by: Bennu --- configs/milvus.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/milvus.yaml b/configs/milvus.yaml index 5ba93cfec8..0fd39f29dd 100644 --- a/configs/milvus.yaml +++ b/configs/milvus.yaml @@ -44,7 +44,7 @@ pulsar: rocksmq: path: /var/lib/milvus/rdb_data # The path where the message is stored in rocksmq - rocksmqPageSize: 2147483648 # 2 GB, 2 * 1024 * 1024 * 1024 bytes + rocksmqPageSize: 2147483648 # 2 GB, 2 * 1024 * 1024 * 1024 bytes, The size of each page of messages in rocksmq retentionTimeInMinutes: 10080 # 7 days, 7 * 24 * 60 minutes, The retention time of the message in rocksmq. retentionSizeInMB: 8192 # 8 GB, 8 * 1024 MB, The retention size of the message in rocksmq.