You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: content/actions/using-github-hosted-runners/using-larger-runners/managing-larger-runners.md
+30
Original file line number
Diff line number
Diff line change
@@ -93,6 +93,36 @@ You can edit the name of your {% data variables.actions.hosted_runner %}s.
93
93
{% data reusables.actions.rename-larger-runner %}
94
94
{% endif %}
95
95
96
+
## Changing the size of a {% data variables.actions.hosted_runner %}
97
+
98
+
{% ifversion ghec %}
99
+
You can edit the size of your {% data variables.actions.hosted_runner %}s.
100
+
101
+
*[Changing the size of an organization runner](#changing-the-size-of-an-organization-runner)
102
+
*[Changing the size of an enterprise runner](#changing-the-size-of-an-enterprise-runner)
103
+
104
+
### Changing the size of an organization runner
105
+
106
+
{% endif %}
107
+
108
+
{% data reusables.organizations.navigate-to-org %}
109
+
{% data reusables.organizations.org_settings %}
110
+
{% data reusables.organizations.settings-sidebar-actions-runners %}
111
+
{% data reusables.actions.select-a-larger-runner %}
112
+
{% data reusables.actions.resize-larger-runner %}
113
+
114
+
{% ifversion ghec %}
115
+
116
+
### Changing the size of an enterprise runner
117
+
118
+
{% data reusables.enterprise-accounts.access-enterprise %}
119
+
{% data reusables.enterprise-accounts.policies-tab %}
120
+
{% data reusables.enterprise-accounts.actions-tab %}
121
+
{% data reusables.enterprise-accounts.actions-runners-tab %}
122
+
{% data reusables.actions.select-a-larger-runner %}
123
+
{% data reusables.actions.resize-larger-runner %}
124
+
{% endif %}
125
+
96
126
## Configuring autoscaling for {% data variables.actions.hosted_runner %}s
97
127
98
128
You can control the maximum number of jobs allowed to run concurrently for specific runner sets. Setting this field to a higher value can help prevent workflows being blocked due to parallelism.
1. Select a new size for the runner from the list of available options under "Size." The available sizes depend on the image that is installed on the runner.
0 commit comments