mirror of https://github.com/milvus-io/milvus.git
Add Test Framework resource limit on Jenkins CI
parent
1ab333ba1a
commit
02ff4d8a5b
|
@ -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