[go: nahoru, domu]

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

[ci] Increase heavy workload memory #7065

Merged
merged 2 commits into from
Jan 31, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
[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.
  • Loading branch information
stuartmorgan committed Jan 31, 2023
commit d0b41cb2b941bc8a1ce27c52381debef8d51aae7
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ task:
zone: us-central1-a
namespace: default
cpu: 4
memory: 12G
memory: 16G
matrix:
### Android tasks ###
- name: android-platform_tests
Expand Down