Skip to content

Commit

Permalink
Increase memory limits for metal-ipi openshift-tests
Browse files Browse the repository at this point in the history
This was increased recently for  golang/go#64332 but
metal-ipi bm jobs persist in being OOM'd. Bump it further.
  • Loading branch information
derekhiggins committed Feb 18, 2024
1 parent a95f61d commit 0cc1e23
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ref:
cpu: "3"
memory: 600Mi
limits:
memory: 10Gi
memory: 12Gi
env:
- name: ARCHITECTURE
default: "amd64"
Expand Down

0 comments on commit 0cc1e23

Please sign in to comment.