Skip to content

Commit

Permalink
Increase memory during Promote task to avoid OOM errors (#783)
Browse files Browse the repository at this point in the history
  • Loading branch information
nquinquenel authored Aug 28, 2023
1 parent ffd5649 commit 710796e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ promote_task:
eks_container:
<<: *CONTAINER_DEFINITION
cpu: 3
memory: 2G
memory: 4G
env:
GCF_ACCESS_TOKEN: VAULT[development/kv/data/promote data.token]
PROMOTE_URL: VAULT[development/kv/data/promote data.url]
Expand Down

0 comments on commit 710796e

Please sign in to comment.