mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-04 04:49:08 +08:00
abffdbff62
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
13 lines
321 B
YAML
13 lines
321 B
YAML
dataservice:
|
|
nodeID: 14040
|
|
address: "127.0.0.1"
|
|
port: 13333
|
|
segment:
|
|
# old name: segmentThreshold: 536870912
|
|
size: 512 # MB
|
|
sizeFactor: 0.75
|
|
defaultSizePerRecord: 1024
|
|
# old name: segmentExpireDuration: 2000
|
|
IDAssignExpiration: 2000 # ms
|
|
insertChannelNumPerCollection: 4
|
|
dataNodeNum: 1 |