Browse Source

CI: bump available memory for unit tests (1G->2G) (#8166)

Tasks recently started spuriously getting killed with "Container errored with 'OOMKilled'".
Not sure what changed, but this seems like the easiest fix.
ghost43 3 years ago committed by GitHub
parent
commit
5edd17724f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .cirrus.yml

2
.cirrus.yml

@ -2,7 +2,7 @@ task:
container:
image: $ELECTRUM_IMAGE
cpu: 1
memory: 1G
memory: 2G
matrix:
- name: Tox Python $ELECTRUM_PYTHON_VERSION
env:

Loading…
Cancel
Save