Skip to content

Commit 18ab1a7

Browse files
authored
Merge pull request #17792 from github/repo-sync
repo sync
2 parents 66d5ea7 + 412bb5c commit 18ab1a7

File tree

7 files changed

+30
-354
lines changed

7 files changed

+30
-354
lines changed

content/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,20 @@ Maximum concurrency was measured using multiple repositories, job duration of ap
8080

8181
{%- endif %}
8282

83+
{%- ifversion ghes = 3.5 %}
84+
85+
{% data reusables.actions.hardware-requirements-3.5 %}
86+
87+
{% data variables.product.company_short %} measured maximum concurrency using multiple repositories, job duration of approximately 10 minutes, and 10 MB artifact uploads. You may experience different performance depending on the overall levels of activity on your instance.
88+
89+
{% note %}
90+
91+
**Note:** Beginning with {% data variables.product.prodname_ghe_server %} 3.5, {% data variables.product.company_short %}'s internal testing uses 3rd generation CPUs to better reflect a typical customer configuration. This change in CPU represents a small portion of the changes to performance targets in this version of {% data variables.product.prodname_ghe_server %}.
92+
93+
{% endnote %}
94+
95+
{%- endif %}
96+
8397
If you plan to enable {% data variables.product.prodname_actions %} for the users of an existing instance, review the levels of activity for users and automations on the instance and ensure that you have provisioned adequate CPU and memory for your users. For more information about monitoring the capacity and performance of {% data variables.product.prodname_ghe_server %}, see "[Monitoring your appliance](/admin/enterprise-management/monitoring-your-appliance)."
8498

8599
For more information about minimum hardware requirements for {% data variables.product.product_location %}, see the hardware considerations for your instance's platform.

data/release-notes/enterprise-server/3-5/0-rc1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ sections:
5151
notes:
5252
# https://github.com/github/releases/issues/2183
5353
- |
54-
You can now analyze how your team works, understand the value you get from GitHub Enterprise Server, and help us improve our products by reviewing your instance's usage data and sharing this aggregate data with GitHub. You can use your own tools to analyze your usage over time by downloading your data in a CSV or JSON file or by accessing it using the REST API. To see the list of aggregate metrics collected, see "[About Server Statistics](/monitoring-activity-in-your-enterprise/analyzing-how-your-team-works-with-server-statistics/about-server-statistics#server-statistics-data-collected)." **Server Statistics data includes no personal data nor GitHub content, such as code, issues, comments, or pull requests content. For a better understanding of how we store and secure Server Statistics data, see "[GitHub Security](https://github.com/security)."** For more information about Server Statistics, see "[Analyzing how your team works with Server Statistics](/monitoring-activity-in-your-enterprise/analyzing-how-your-team-works-with-server-statistics)." This feature is available in public beta.
54+
You can now analyze how your team works, understand the value you get from GitHub Enterprise Server, and help us improve our products by reviewing your instance's usage data and sharing this aggregate data with GitHub. You can use your own tools to analyze your usage over time by downloading your data in a CSV or JSON file or by accessing it using the REST API. To see the list of aggregate metrics collected, see "[About Server Statistics](/admin/monitoring-activity-in-your-enterprise/analyzing-how-your-team-works-with-server-statistics/about-server-statistics#server-statistics-data-collected)." **Server Statistics data includes no personal data nor GitHub content, such as code, issues, comments, or pull requests content. For a better understanding of how we store and secure Server Statistics data, see "[GitHub Security](https://github.com/security)."** For more information about Server Statistics, see "[Analyzing how your team works with Server Statistics](/admin/monitoring-activity-in-your-enterprise/analyzing-how-your-team-works-with-server-statistics)." This feature is available in public beta.
5555
5656
- heading: GitHub Actions rate limiting is now configurable
5757
notes:
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
| vCPUs | Memory | Maximum Concurrency |
2+
| :---| :--- | :--- |
3+
| 8 | 64 GB | 740 jobs |
4+
| 16 | 128 GB | 1250 jobs |
5+
| 32 | 160 GB | 2700 jobs |
6+
| 64 | 256 GB | 4500 jobs |
7+
| 96 | 384 GB | 7000 jobs |

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,12 @@ If you plan to enable {% data variables.product.prodname_actions %} for the user
4848

4949
{%- endif %}
5050

51+
{%- ifversion ghes = 3.5 %}
52+
53+
{% data reusables.actions.hardware-requirements-3.5 %}
54+
55+
{%- endif %}
56+
5157
For more information about these requirements, see "[Getting started with {% data variables.product.prodname_actions %} for {% data variables.product.prodname_ghe_server %}](/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server#review-hardware-considerations)."
5258

5359
{% endif %}

0 commit comments

Comments
 (0)