From d0b41cb2b941bc8a1ce27c52381debef8d51aae7 Mon Sep 17 00:00:00 2001 From: Stuart Morgan Date: Mon, 30 Jan 2023 19:01:03 -0500 Subject: [PATCH] [ci] Increase heavy workload memory Android builds are increasingly running into OOM errors; this increases the machine configuration from 12GB to 16GB to hopefully avoid the issue. --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 4a5d604a081f..78025ddfd7b7 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -243,7 +243,7 @@ task: zone: us-central1-a namespace: default cpu: 4 - memory: 12G + memory: 16G matrix: ### Android tasks ### - name: android-platform_tests