mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comments for Milvus.yaml (#9611)
Signed-off-by: Bennu <yunmei.li@zilliz.com>pull/9703/head
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…
Reference in New Issue