mirror of https://github.com/milvus-io/milvus.git
Upgrade cpu limit & request to 2 for index & query (#15348)
Signed-off-by: Jenny Li <jing.li@zilliz.com>pull/15347/head
parent
1cd2363bd8
commit
deb0422ef5
|
@ -29,10 +29,10 @@ queryCoordinator:
|
|||
queryNode:
|
||||
resources:
|
||||
requests:
|
||||
cpu: "0.2"
|
||||
cpu: "2"
|
||||
memory: "500Mi"
|
||||
limits:
|
||||
cpu: "0.5"
|
||||
cpu: "2"
|
||||
memory: "1.5Gi"
|
||||
indexCoordinator:
|
||||
resources:
|
||||
|
@ -45,10 +45,10 @@ indexCoordinator:
|
|||
indexNode:
|
||||
resources:
|
||||
requests:
|
||||
cpu: "0.5"
|
||||
cpu: "2"
|
||||
memory: "500Mi"
|
||||
limits:
|
||||
cpu: "1.1"
|
||||
cpu: "2"
|
||||
memory: "800Mi"
|
||||
|
||||
dataCoordinator:
|
||||
|
|
Loading…
Reference in New Issue