|
1 | 1 | - [Minimum requirements](#minimum-requirements)
|
| 2 | +- [Beta features in {% data variables.product.prodname_ghe_server %} 2.22](#beta-features-in-github-enterprise-server-222) |
2 | 3 | - [Storage](#storage)
|
3 | 4 | - [CPU and memory](#cpu-and-memory)
|
4 | 5 |
|
5 | 6 | #### Minimum requirements
|
6 | 7 |
|
7 | 8 | We recommend different hardware configurations depending on the number of user licenses for {% data variables.product.product_location %}. If you provision more resources than the minimum requirements, your instance will perform and scale better.
|
8 | 9 |
|
9 |
| -{% data reusables.enterprise_installation.hardware-rec-table %} For more information about adjusting resources for an existing instance, see "[Increasing storage capacity](/enterprise/admin/installation/increasing-storage-capacity)" and "[Increasing CPU or memory resources](/enterprise/admin/installation/increasing-cpu-or-memory-resources)." |
10 |
| - |
11 |
| -{% if currentVersion == "enterprise-server@2.22" or currentVersion == "github-ae@latest" %} |
12 |
| - |
13 |
| -If you enable the beta for {% data variables.product.prodname_actions %} on your instance, we recommend planning for additional capacity. |
| 10 | +{% data reusables.enterprise_installation.hardware-rec-table %}{% if currentVersion == "enterprise-server@2.22" or currentVersion == "github-ae@latest" %} If you enable the beta for {% data variables.product.prodname_actions %}, review the following requirements and recommendations. |
14 | 11 |
|
15 | 12 | - You must configure at least one runner for {% data variables.product.prodname_actions %} workflows. For more information, see "[About self-hosted runners](/actions/hosting-your-own-runners/about-self-hosted-runners)."
|
16 | 13 | - You must configure external blob storage. For more information, see "[Enabling {% data variables.product.prodname_actions %} and configuring storage](/enterprise/admin/github-actions/enabling-github-actions-and-configuring-storage)."
|
17 |
| - |
18 |
| -The additional CPU and memory resources you need to provision for your instance depend on the number of workflows your users run concurrently, and the overall levels of activity for users, automations, and integrations. |
19 |
| - |
20 |
| -| Maximum jobs per minute | vCPUs | Memory | |
21 |
| -| :- | -: | -: | |
22 |
| -| Light testing | 4 | 30.5 GB | |
23 |
| -| 25 | 8 | 61 GB | |
24 |
| -| 35 | 16 | 122 GB | |
25 |
| -| 100 | 32 | 244 GB | |
| 14 | +- You may need to configure additional CPU and memory resources. The additional resources you need to provision for {% data variables.product.prodname_actions %} depend on the number of workflows your users run concurrently, and the overall levels of activity for users, automations, and integrations. |
| 15 | + |
| 16 | + | Maximum jobs per minute | Additional vCPUs | Additional memory | |
| 17 | + | :- | -: | -: | |
| 18 | + | Light testing | 4 | 30.5 GB | |
| 19 | + | 25 | 8 | 61 GB | |
| 20 | + | 35 | 16 | 122 GB | |
| 21 | + | 100 | 32 | 244 GB | |
26 | 22 |
|
27 | 23 | {% endif %}
|
28 | 24 |
|
|
0 commit comments