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 eed552c commit 41cd0b6
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,9 @@ spec:
# files from an image, see https://github.com/enterprise-contract/ec-cli/issues/1109
- name: EC_CACHE
value: "false"
computeResources:
requests:
memory: 300m
- name: report
image: quay.io/enterprise-contract/ec-cli:snapshot
command: [cat]
Expand Down

0 comments on commit 41cd0b6

Please sign in to comment.