Skip to content

Commit

Permalink
Very significantly increase CI VM CPU Cores, RAM & disk (re. #2197) (#…
Browse files Browse the repository at this point in the history
…2198)

This increases the size of the VM [used for CI](https://github.com/google/android-fhir/actions/workflows/build.yml) jobs runs from [GitHub's default](https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners#supported-runners-and-hardware-resources) from / to:

* 2-core CPU (x86_64) => 64-cores
* 7 GB of RAM => 256 GB RAM
* 14 GB of SSD space => 2040 GB SSD

This should fix the `Error: The operation was canceled` problem described in issue #2197.

This is a worthwhile trade off of expensive engineering time VS infrastructure cost. Thank You Sundar for paying for this to enable this project to productively produce an Open Health Stack!
  • Loading branch information
vorburger authored Sep 26, 2023
1 parent 3cd3a50 commit a89fb9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
# Build will compile APK, test APK and run tests, lint, etc.
build:

runs-on: ubuntu-latest
runs-on: ubuntu-22.04-64core

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down

0 comments on commit a89fb9a

Please sign in to comment.