-
Notifications
You must be signed in to change notification settings - Fork 60k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
24 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
24 changes: 10 additions & 14 deletions
24
data/reusables/enterprise_installation/hardware-considerations-all-platforms.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,24 @@ | ||
- [Minimum requirements](#minimum-requirements) | ||
- [Beta features in {% data variables.product.prodname_ghe_server %} 2.22](#beta-features-in-github-enterprise-server-222) | ||
- [Storage](#storage) | ||
- [CPU and memory](#cpu-and-memory) | ||
|
||
#### Minimum requirements | ||
|
||
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. | ||
|
||
{% 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)." | ||
|
||
{% if currentVersion == "[email protected]" or currentVersion == "github-ae@latest" %} | ||
|
||
If you enable the beta for {% data variables.product.prodname_actions %} on your instance, we recommend planning for additional capacity. | ||
{% 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. | ||
|
||
- 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)." | ||
- 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)." | ||
|
||
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. | ||
|
||
| Maximum jobs per minute | vCPUs | Memory | | ||
| :- | -: | -: | | ||
| Light testing | 4 | 30.5 GB | | ||
| 25 | 8 | 61 GB | | ||
| 35 | 16 | 122 GB | | ||
| 100 | 32 | 244 GB | | ||
- 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. | ||
|
||
| Maximum jobs per minute | Additional vCPUs | Additional memory | | ||
| :- | -: | -: | | ||
| Light testing | 4 | 30.5 GB | | ||
| 25 | 8 | 61 GB | | ||
| 35 | 16 | 122 GB | | ||
| 100 | 32 | 244 GB | | ||
|
||
{% endif %} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,10 @@ | ||
{% if currentVersion == "[email protected]" %} | ||
|
||
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)." | ||
{% note %} | ||
|
||
**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)." | ||
|
||
{% endnote %} | ||
|
||
{% endif %} | ||
|
||
|
@@ -12,8 +16,14 @@ Minimum requirements for an instance with beta features enabled are **bold** in | |
| 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 | | ||
| 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 | | ||
|
||
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)." | ||
|
||
{% if currentVersion == "[email protected]" %} | ||
|
||
#### Beta features in {% data variables.product.prodname_ghe_server %} 2.22 | ||
|
||
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 %} | ||
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. | ||
|
||
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)". | ||
|
||
{% endif %} |