mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-08 10:08:42 +08:00
[skip ci] Add comments for milvus.yaml (#10825)
Signed-off-by: Bennu <yunmei.li@zilliz.com>
This commit is contained in:
parent
0334a1c3e8
commit
2c9776feaa
@ -83,7 +83,7 @@ queryCoord:
|
|||||||
# Related configuration of queryNode, used to run hybrid search between vector and scalar data.
|
# Related configuration of queryNode, used to run hybrid search between vector and scalar data.
|
||||||
queryNode:
|
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.
|
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
|
port: 21123
|
||||||
|
|
||||||
grpc:
|
grpc:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user