mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-03 17:31:58 +08:00
[skip ci] Add comments for Milvus.yaml (#9611)
Signed-off-by: Bennu <yunmei.li@zilliz.com>
This commit is contained in:
parent
ab72753c4b
commit
e2638a3232
@ -78,6 +78,7 @@ queryCoord:
|
||||
clientMaxRecvSize: 104857600 # 100 MB, 100 * 1024 * 1024
|
||||
clientMaxSendSize: 104857600 # 100 MB, 100 * 1024 * 1024
|
||||
|
||||
# Related configuration of queryNode, used to run hybrid search between vector and scalar data.
|
||||
queryNode:
|
||||
cacheSize: 32 # GB, default 32 GB, `cacheSize` is the memory used for caching data for faster query. The `cacheSize` must be less than system memory size.
|
||||
gracefulTime: 1000 # ms, for search
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user