From 58b0263da4608c8114b2864debdd3a7ece7a698e Mon Sep 17 00:00:00 2001 From: Lucas Costi Date: Thu, 23 Feb 2023 09:34:58 +1000 Subject: [PATCH] Add larger runners HWX and WSL2 features (#34828) Co-authored-by: Ben Ahmady <32935794+subatoi@users.noreply.github.com> Co-authored-by: Ben De St Paer-Gotch --- .../using-larger-runners.md | 22 +++++++++++++------ 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/content/actions/using-github-hosted-runners/using-larger-runners.md b/content/actions/using-github-hosted-runners/using-larger-runners.md index fb10fc73a2..e8a37eb9ae 100644 --- a/content/actions/using-github-hosted-runners/using-larger-runners.md +++ b/content/actions/using-github-hosted-runners/using-larger-runners.md @@ -15,15 +15,23 @@ When {% data variables.actions.hosted_runner %}s are enabled for your organizati When you add a {% data variables.actions.hosted_runner %} to an organization, you are defining a type of machine from a selection of available hardware specifications and operating system images. {% data variables.product.prodname_dotcom %} will then create multiple instances of this runner that scale up and down to match the job demands of your organization, based on the autoscaling limits you define. -## Machine specs for {% data variables.actions.hosted_runner %}s +## Machine specs for {% data variables.actions.hosted_runner %}s -|Size (vcpu) | Memory (GB) | Storage (SSD) | +| Size (vcpu) | Memory (RAM) | Storage (SSD) | | ------------- | ------------- | ------------- | -|4 cores | 16 RAM | 150 GB| -| 8 cores | 32 RAM | 300 GB | -|16 cores| 64 RAM | 600 GB | -|32 cores| 128 RAM| 1200 GB| -|64 cores| 256 RAM | 2040 GB| +| 4 cores | 16 GB | 150 GB| +| 8 cores | 32 GB | 300 GB | +| 16 cores | 64 GB | 600 GB | +| 32 cores | 128 GB | 1200 GB | +| 64 cores | 256 GB | 2040 GB | + +### Additional features for {% data variables.actions.hosted_runner %}s + +Compared to standard {% data variables.product.prodname_dotcom %}-hosted, {% data variables.actions.hosted_runner %}s have the following additional features: + +* For Ubuntu runners, hardware acceleration for the Android SDK tools is enabled. This makes running Android tests much faster and consume fewer minutes. For more information on Android hardware acceleration, see the [Android Developer documentation](https://developer.android.com/studio/run/emulator-acceleration). + +For a full list of included tools for each runner operating system, see the [{% data variables.product.prodname_actions %} Runner Images](https://github.com/actions/runner-images) repository. ## Architectural overview of {% data variables.actions.hosted_runner %}s