Skip to content

Commit

Permalink
fix yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Cai Zhang <[email protected]>
  • Loading branch information
xiaocai2333 committed Jan 8, 2025
1 parent 732e0d9 commit a69d6ee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions configs/milvus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -502,6 +502,7 @@ indexCoord:
indexNode:
scheduler:
buildParallel: 1
slotCap: 16
enableDisk: true # enable index node build disk vector index
maxDiskUsagePercentage: 95
ip: # TCP/IP address of indexNode. If not specified, use the first unicastable address
Expand Down Expand Up @@ -631,6 +632,9 @@ dataCoord:
clusteringCompactionUsage: 16 # slot usage of clustering compaction job.
mixCompactionUsage: 8 # slot usage of mix compaction job.
l0DeleteCompactionUsage: 8 # slot usage of l0 compaction job.
indexTaskSlotUsage: 16 # slot usage of index task
statsTaskSlotUsage: 4 # slot usage of index task
analyzeTaskSlotUsage: 16 # slot usage of index task
ip: # TCP/IP address of dataCoord. If not specified, use the first unicastable address
port: 13333 # TCP port of dataCoord
grpc:
Expand Down

0 comments on commit a69d6ee

Please sign in to comment.