Skip to content

Commit 6ef73da

Browse files
[ci] Increase heavy workload memory (flutter#7065)
Android builds are increasingly running into OOM errors; this increases the machine configuration from 12GB to 16GB to hopefully avoid the issue.
1 parent a494825 commit 6ef73da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cirrus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ task:
228228
zone: us-central1-a
229229
namespace: default
230230
cpu: 4
231-
memory: 12G
231+
memory: 16G
232232
matrix:
233233
### Android tasks ###
234234
- name: android-platform_tests

0 commit comments

Comments
 (0)