Upgrade cpu limit & request to 2 for index & query (#15348)

Signed-off-by: Jenny Li <jing.li@zilliz.com>
pull/15347/head
Jenny Li 2022-01-22 20:12:45 +08:00 committed by GitHub
parent 1cd2363bd8
commit deb0422ef5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -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: