mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
enhance: delete one pod pipeline in nightly and open mmap in standalone(2.5) (#38888)
pr: #38887 Signed-off-by: nico <cheng.yuan@zilliz.com>
This commit is contained in:
parent
6433f76c61
commit
498b984607
@ -96,7 +96,7 @@ pipeline {
|
||||
axes {
|
||||
axis {
|
||||
name 'milvus_deployment_option'
|
||||
values 'standalone', 'distributed-pulsar', 'distributed-kafka', 'standalone-authentication', 'standalone-one-pod', 'distributed-streaming-service'
|
||||
values 'standalone', 'distributed-pulsar', 'distributed-kafka', 'standalone-authentication', 'distributed-streaming-service'
|
||||
}
|
||||
}
|
||||
stages {
|
||||
|
||||
@ -248,6 +248,12 @@ queryNode:
|
||||
requests:
|
||||
cpu: "0.5"
|
||||
memory: 500Mi
|
||||
mmap:
|
||||
vectorField: true
|
||||
vectorIndex: true
|
||||
scalarField: true
|
||||
scalarIndex: true
|
||||
growingMmapEnabled: true
|
||||
rootCoordinator:
|
||||
resources:
|
||||
limits:
|
||||
|
||||
@ -72,6 +72,7 @@ queryNode:
|
||||
vectorIndex: true
|
||||
scalarField: true
|
||||
scalarIndex: true
|
||||
growingMmapEnabled: true
|
||||
service:
|
||||
type: ClusterIP
|
||||
standalone:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user