Skip to content

Commit 1512ae0

Browse files
authored
repo sync
2 parents b8cb045 + d14970b commit 1512ae0

File tree

3 files changed

+24
-16
lines changed

3 files changed

+24
-16
lines changed

content/admin/enterprise-management/increasing-storage-capacity.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ As more users join {% data variables.product.product_location %}, you may need t
2020

2121
{% endnote %}
2222

23+
#### Minimum requirements
24+
2325
{% data reusables.enterprise_installation.hardware-rec-table %}
2426

2527
### Increasing the data partition size

data/reusables/enterprise_installation/hardware-considerations-all-platforms.md

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,24 @@
11
- [Minimum requirements](#minimum-requirements)
2+
- [Beta features in {% data variables.product.prodname_ghe_server %} 2.22](#beta-features-in-github-enterprise-server-222)
23
- [Storage](#storage)
34
- [CPU and memory](#cpu-and-memory)
45

56
#### Minimum requirements
67

78
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.
89

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 == "[email protected]" 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 == "[email protected]" or currentVersion == "github-ae@latest" %} If you enable the beta for {% data variables.product.prodname_actions %}, review the following requirements and recommendations.
1411

1512
- 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)."
1613
- 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 |
2622

2723
{% endif %}
2824

data/reusables/enterprise_installation/hardware-rec-table.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{% if currentVersion == "[email protected]" %}
22

3-
Minimum requirements for an instance with beta features enabled are **bold** in the following table. For more information, see "[Beta features in {% data variables.product.prodname_ghe_server %} 2.22](#beta-features-in-github-enterprise-server-222)."
3+
{% note %}
4+
5+
**Note**: If you enable beta features for {% data variables.product.prodname_ghe_server %} 2.22, your instance requires additional hardware resources. Minimum requirements for an instance with beta features enabled are **bold** in the following table. For more information about the features in beta, see "[Beta features in {% data variables.product.prodname_ghe_server %} 2.22](#beta-features-in-github-enterprise-server-222)."
6+
7+
{% endnote %}
48

59
{% endif %}
610

@@ -12,8 +16,14 @@ Minimum requirements for an instance with beta features enabled are **bold** in
1216
| 5,000 to 8000 | 12{% if currentVersion == "[email protected]" %}<br/>or [**16**](#beta-features-in-github-enterprise-server-222){% endif %} | 96 GB | 750 GB | 200 GB |
1317
| 8,000 to 10,000+ | 16{% if currentVersion == "[email protected]" %}<br/>or [**20**](#beta-features-in-github-enterprise-server-222){% endif %} | 128 GB{% if currentVersion == "[email protected]" %}<br/>or [**160 GB**](#beta-features-in-github-enterprise-server-222){% endif %} | 1000 GB | 200 GB |
1418

19+
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)."
20+
1521
{% if currentVersion == "[email protected]" %}
1622

1723
#### Beta features in {% data variables.product.prodname_ghe_server %} 2.22
1824

19-
If you enable beta features in {% data variables.product.prodname_ghe_server %} 2.22, your instance requires additional hardware resources. For more information about the beta features, see the [release notes for the 2.22 series](https://enterprise.github.com/releases/series/2.22) on the {% data variables.product.prodname_enterprise %} website.{% endif %}
25+
You can sign up for beta features available in {% data variables.product.prodname_ghe_server %} 2.22 such as {% data variables.product.prodname_actions %}, {% data variables.product.prodname_registry %}, and {% data variables.product.prodname_code_scanning %}. For more information, see the [release notes for the 2.22 series](https://enterprise.github.com/releases/series/2.22#release-2.22.0) on the {% data variables.product.prodname_enterprise %} website.
26+
27+
If you enable beta features for {% data variables.product.prodname_ghe_server %} 2.22, your instance requires additional hardware resources. For more information, see "[Minimum requirements](#minimum-requirements)".
28+
29+
{% endif %}

0 commit comments

Comments
 (0)