mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comment for milvus.yaml (#12510)
Signed-off-by: Bennu <yunmei.li@zilliz.com>pull/12521/head
parent
b87756b54f
commit
2ebe59e0b4
|
@ -45,7 +45,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
|
||||
retentionTimeInMinutes: 10080 # 7 days, 7 * 24 * 60 minutes
|
||||
retentionTimeInMinutes: 10080 # 7 days, 7 * 24 * 60 minutes, The retention time of the message in rocksmq.
|
||||
retentionSizeInMB: 8192 # 8 GB, 8 * 1024 MB
|
||||
|
||||
# Related configuration of rootCoord, used to handle data definition language (DDL) and data control language (DCL) requests
|
||||
|
|
Loading…
Reference in New Issue