Skip to content

Commit

Permalink
Merge pull request #1168 from zregvart/pr/task-memory
Browse files Browse the repository at this point in the history
Request 300MiB of memory for the validate step
  • Loading branch information
zregvart authored Nov 28, 2023
2 parents 1b0ff52 + 8035b3e commit ac4431c
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,11 @@ spec:
# files from an image, see https://github.com/enterprise-contract/ec-cli/issues/1109
- name: EC_CACHE
value: "false"
computeResources:
requests:
memory: 300Mi
limits:
memory: 300Mi
- name: report
image: quay.io/enterprise-contract/ec-cli:snapshot
command: [cat]
Expand Down

0 comments on commit ac4431c

Please sign in to comment.