Skip to content

Commit 1662432

Browse files
vgrlchrispatmattpollardmyarbsaritai
authored
GitHub Enterprise Server 3.3 GA (#23319)
Co-authored-by: Chris Patterson <chrispat@github.com> Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com> Co-authored-by: Melanie Yarbrough <11952755+myarb@users.noreply.github.com> Co-authored-by: Sarita Iyer <66540150+saritai@users.noreply.github.com>
1 parent 0bf9315 commit 1662432

File tree

4 files changed

+312
-5
lines changed

4 files changed

+312
-5
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: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,18 +70,32 @@ The peak quantity of concurrent jobs running without performance loss depends on
7070

7171
{%- endif %}
7272

73-
{%- ifversion ghes > 3.1 %}
73+
{%- ifversion ghes = 3.2 %}
7474

7575
| vCPUs | Memory | Maximum Concurrency*|
7676
| :--- | :--- | :--- |
77-
| 32 | 128 GB | 1500 jobs |
78-
| 64 | 256 GB | 1900 jobs |
77+
| 32 | 128 GB | 1000 jobs |
78+
| 64 | 256 GB | 1300 jobs |
7979
| 96 | 384 GB | 2200 jobs |
8080

8181
*Maximum concurrency was measured 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.
8282

8383
{%- endif %}
8484

85+
{%- ifversion ghes > 3.2 %}
86+
87+
| vCPUs | Memory | Maximum Concurrency*|
88+
| :--- | :--- | :--- |
89+
| 8 | 64 GB | 300 jobs |
90+
| 16 | 160 GB | 700 jobs |
91+
| 32 | 128 GB | 1300 jobs |
92+
| 64 | 256 GB | 2000 jobs |
93+
| 96 | 384 GB | 4000 jobs |
94+
95+
*Maximum concurrency was measured 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.
96+
97+
{%- endif %}
98+
8599
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)."
86100

87101
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-3/0-rc1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
date: '2021-11-09'
22
release_candidate: true
3-
deprecated: false
3+
deprecated: true
44
intro: |
55
{% note %}
66

0 commit comments

Comments
 (0)