Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
[ci] Increase heavy workload memory (#7065)
Browse files Browse the repository at this point in the history
Android builds are increasingly running into OOM errors; this increases
the machine configuration from 12GB to 16GB to hopefully avoid the
issue.
  • Loading branch information
stuartmorgan committed Jan 31, 2023
1 parent a494825 commit 6ef73da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ task:
zone: us-central1-a
namespace: default
cpu: 4
memory: 12G
memory: 16G
matrix:
### Android tasks ###
- name: android-platform_tests
Expand Down

0 comments on commit 6ef73da

Please sign in to comment.