From 5edd17724f5d840be6028a3c338aa11eeaa7828a Mon Sep 17 00:00:00 2001 From: ghost43 Date: Thu, 26 Jan 2023 14:47:39 +0000 Subject: [PATCH] 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. --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 9b471132a..0f93e7c94 100644 --- a/.cirrus.yml +++ b/.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: