Increase linux agent memory #215
This commit is contained in:
parent
79537bfc38
commit
c384553e0b
1 changed files with 2 additions and 2 deletions
|
@ -38,10 +38,10 @@ spec:
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: 30
|
cpu: 30
|
||||||
memory: 45Gi
|
memory: 80Gi
|
||||||
requests:
|
requests:
|
||||||
cpu: 30
|
cpu: 30
|
||||||
memory: 45Gi
|
memory: 80Gi
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: ssd
|
- name: ssd
|
||||||
mountPath: /mnt/disks/ssd0
|
mountPath: /mnt/disks/ssd0
|
||||||
|
|
Loading…
Add table
Reference in a new issue