mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
Change RocksMQ page size to 64M (#23078)
Signed-off-by: xiaofan-luan <xiaofan.luan@zilliz.com>
This commit is contained in:
parent
73f1f15c1c
commit
653d9ecf91
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user