Change RocksMQ page size to 64M (#23078)

Signed-off-by: xiaofan-luan <xiaofan.luan@zilliz.com>
This commit is contained in:
Xiaofan 2023-03-29 17:08:04 +08:00 committed by GitHub
parent 73f1f15c1c
commit 653d9ecf91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -582,7 +582,7 @@ please adjust in embedded Milvus: /tmp/milvus/rdb_data`,
r.PageSize = ParamItem{
Key: "rocksmq.rocksmqPageSize",
DefaultValue: strconv.FormatInt(256<<20, 10),
DefaultValue: strconv.FormatInt(64<<20, 10),
Version: "2.0.0",
Doc: "256 MB, 256 * 1024 * 1024 bytes, The size of each page of messages in rocksmq",
Export: true,