Skip to content

Commit

Permalink
ci: stay below cirrus 4G/CPU limit
Browse files Browse the repository at this point in the history
  • Loading branch information
apoelstra committed Apr 21, 2021
1 parent 40c09f6 commit 4250452
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@ task:
<< : *GLOBAL_TASK_TEMPLATE
container:
image: ubuntu:focal
memory: 12G # ELEMENTS: need more memory
memory: 16G # ELEMENTS: need more memory
cpu: 4 # ELEMENTS: cirrus wants more CPUs if you want more memory
env:
FILE_ENV: "./ci/test/00_setup_env_native_asan.sh"

Expand Down

0 comments on commit 4250452

Please sign in to comment.