mirror of https://github.com/milvus-io/milvus.git
Merge pull request #803 from ZhifengZhang-CN/master
Add Test Framework resource limit on Jenkins CIpull/820/head
commit
7572329c4a
|
@ -24,7 +24,7 @@ spec:
|
|||
resources:
|
||||
limits:
|
||||
memory: "12Gi"
|
||||
cpu: "8.0"
|
||||
cpu: "4.0"
|
||||
requests:
|
||||
memory: "8Gi"
|
||||
cpu: "4.0"
|
||||
|
|
|
@ -24,7 +24,7 @@ spec:
|
|||
resources:
|
||||
limits:
|
||||
memory: "12Gi"
|
||||
cpu: "8.0"
|
||||
cpu: "4.0"
|
||||
requests:
|
||||
memory: "8Gi"
|
||||
cpu: "4.0"
|
||||
|
|
|
@ -24,7 +24,7 @@ spec:
|
|||
resources:
|
||||
limits:
|
||||
memory: "12Gi"
|
||||
cpu: "8.0"
|
||||
cpu: "4.0"
|
||||
nvidia.com/gpu: 1
|
||||
requests:
|
||||
memory: "8Gi"
|
||||
|
|
|
@ -24,7 +24,7 @@ spec:
|
|||
resources:
|
||||
limits:
|
||||
memory: "12Gi"
|
||||
cpu: "8.0"
|
||||
cpu: "4.0"
|
||||
nvidia.com/gpu: 1
|
||||
requests:
|
||||
memory: "8Gi"
|
||||
|
|
|
@ -11,6 +11,13 @@ spec:
|
|||
command:
|
||||
- cat
|
||||
tty: true
|
||||
resources:
|
||||
limits:
|
||||
memory: "8Gi"
|
||||
cpu: "4.0"
|
||||
requests:
|
||||
memory: "4Gi"
|
||||
cpu: "2.0"
|
||||
volumeMounts:
|
||||
- name: kubeconf
|
||||
mountPath: /root/.kube/
|
||||
|
|
Loading…
Reference in New Issue