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:
|
||||
limits:
|
||||
cpu: 30
|
||||
memory: 45Gi
|
||||
memory: 80Gi
|
||||
requests:
|
||||
cpu: 30
|
||||
memory: 45Gi
|
||||
memory: 80Gi
|
||||
volumeMounts:
|
||||
- name: ssd
|
||||
mountPath: /mnt/disks/ssd0
|
||||
|
|
Loading…
Reference in a new issue