1
0

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.
This commit is contained in:
ghost43
2023-01-26 14:47:39 +00:00
committed by GitHub
parent fd11b9189e
commit 5edd17724f

View File

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