From 6ef73da26e521acc7fec823fb3b554c8d35e8c03 Mon Sep 17 00:00:00 2001 From: stuartmorgan Date: Tue, 31 Jan 2023 03:47:05 -0800 Subject: [PATCH] [ci] Increase heavy workload memory (#7065) 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 080dc914b0eb..66a471020189 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -228,7 +228,7 @@ task: zone: us-central1-a namespace: default cpu: 4 - memory: 12G + memory: 16G matrix: ### Android tasks ### - name: android-platform_tests