Skip to content

Commit

Permalink
Request 300MiB of memory for the validate step
Browse files Browse the repository at this point in the history
The task is being OOM reaped, let's increase the requested memory so
that the task is scheduled on a node that has at least 300MiB of memory
available.
  • Loading branch information
zregvart committed Nov 21, 2023
1 parent 41cd0b6 commit 8035b3e
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,9 @@ spec:
value: "false"
computeResources:
requests:
memory: 300m
memory: 300Mi
limits:
memory: 300Mi
- name: report
image: quay.io/enterprise-contract/ec-cli:snapshot
command: [cat]
Expand Down

0 comments on commit 8035b3e

Please sign in to comment.