Skip to content

Commit

Permalink
Add larger runners HWX and WSL2 features (github#34828)
Browse files Browse the repository at this point in the history
Co-authored-by: Ben Ahmady <[email protected]>
Co-authored-by: Ben De St Paer-Gotch <[email protected]>
  • Loading branch information
3 people authored Feb 22, 2023
1 parent a039a60 commit 58b0263
Showing 1 changed file with 15 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 58b0263

Please sign in to comment.