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:
@@ -2,7 +2,7 @@ task:
|
|||||||
container:
|
container:
|
||||||
image: $ELECTRUM_IMAGE
|
image: $ELECTRUM_IMAGE
|
||||||
cpu: 1
|
cpu: 1
|
||||||
memory: 1G
|
memory: 2G
|
||||||
matrix:
|
matrix:
|
||||||
- name: Tox Python $ELECTRUM_PYTHON_VERSION
|
- name: Tox Python $ELECTRUM_PYTHON_VERSION
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user