mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comments for milvus.yaml (#10825)
Signed-off-by: Bennu <yunmei.li@zilliz.com>pull/10852/head
parent
0334a1c3e8
commit
2c9776feaa
|
@ -83,7 +83,7 @@ queryCoord:
|
|||
# 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: 0 # ms, for search
|
||||
gracefulTime: 0 # Minimum time before the newly inserted data can be searched (in ms)
|
||||
port: 21123
|
||||
|
||||
grpc:
|
||||
|
|
Loading…
Reference in New Issue