1
0
mirror of synced 2026-02-02 15:02:03 -05:00

Merge pull request #24100 from github/repo-sync

repo sync
This commit is contained in:
Octomerger Bot
2023-02-22 16:44:48 -08:00
committed by GitHub

View File

@@ -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