Skip to content

Commit

Permalink
Set resources limit for e2e-sse pod (#881)
Browse files Browse the repository at this point in the history
Signed-off-by: Cai Yudong <yudong.cai@zilliz.com>
  • Loading branch information
cydrain authored Oct 10, 2024
1 parent 690ade0 commit 4534162
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions ci/pod/e2e-sse.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ spec:
image: milvusdb/knowhere-cpu-build:amd64-ubuntu22.04-20240914-814ecaa4
tty: true
args: ["cat"]
# resources:
# requests:
# memory: "16Gi"
# cpu: "4"
# limits:
# memory: "16Gi"
# cpu: "4"
resources:
requests:
memory: "3Gi"
cpu: "4"
limits:
memory: "3Gi"
cpu: "4"
volumeMounts:
- mountPath: /home/data
name: db-data
Expand Down

0 comments on commit 4534162

Please sign in to comment.