Skip to content

Commit 21a29c7

Browse files
lkfortunaMartin Lopes
andauthored
Add machine specs info to Larger Runners page (github#31698)
Co-authored-by: Martin Lopes <[email protected]>
1 parent 9a051bc commit 21a29c7

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

content/actions/using-github-hosted-runners/about-github-hosted-runners.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ While the job runs, the logs and output can be viewed in the {% data variables.p
9090

9191
{% note %}
9292

93-
**Note**: {% data variables.product.prodname_dotcom %} also offers {% data variables.actions.hosted_runner %}s, which are available in larger configurations. For more information, see "[Using {% data variables.actions.hosted_runner %}s](/actions/using-github-hosted-runners/using-larger-runners)."
93+
**Note**: {% data variables.product.prodname_dotcom %} also offers {% data variables.actions.hosted_runner %}s, which are available in larger configurations. For more information, see "[Machine specs for {% data variables.actions.hosted_runner %}s](/actions/using-github-hosted-runners/using-larger-runners#machine-specs-for-larger-runners)."
9494

9595
{% endnote %}
9696
{% endif %}

content/actions/using-github-hosted-runners/using-larger-runners.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,16 @@ In addition to the [standard {% data variables.product.prodname_dotcom %}-hosted
1414

1515
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.
1616

17+
## Machine specs for {% data variables.actions.hosted_runner %}s
18+
19+
|Size (vcpu) | Memory (GB) | Storage (SSD) |
20+
| ------------- | ------------- | ------------- |
21+
|4 cores | 16 RAM | 150 GB|
22+
| 8 cores | 32 RAM | 300 GB |
23+
|16 cores| 64 RAM | 600 GB |
24+
|32 cores| 128 RAM| 1200 GB|
25+
|64 cores| 256 RAM | 2040 GB|
26+
1727
## Architectural overview of {% data variables.actions.hosted_runner %}s
1828

1929
The {% data variables.actions.hosted_runner %}s are managed at the organization level, where they are arranged into groups that can contain multiple instances of the runner. They can also be created at the enterprise level and shared with organizations in the hierarchy. Once you've created a group, you can then add a runner to the group and update your workflows to target the label assigned to the {% data variables.actions.hosted_runner %}. You can also control which repositories are permitted to send jobs to the group for processing. For more information about groups, see "[Controlling access to {% data variables.actions.hosted_runner %}s](/actions/using-github-hosted-runners/controlling-access-to-larger-runners)."

0 commit comments

Comments
 (0)