mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-05-11 22:09:32 +00:00
increase memory of the runner pod
was seeing exit code 137 (OOM)
This commit is contained in:
parent
a9cb218d59
commit
c0b1af52ca
4
.github/release/job-release-tests.yaml
vendored
4
.github/release/job-release-tests.yaml
vendored
@ -25,7 +25,9 @@ spec:
|
||||
imagePullPolicy: Always
|
||||
resources:
|
||||
requests:
|
||||
memory: "1Gi"
|
||||
memory: "4Gi"
|
||||
limits:
|
||||
memory: "6Gi"
|
||||
env:
|
||||
- name: KUBECONFIG
|
||||
value: "/opt/kubeconfig.yaml"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user