Skip to content

Commit cc78423

Browse files
authored
Update hardware-rec-table.md, add actions rec (#23638)
1 parent c84d987 commit cc78423

5 files changed

Lines changed: 44 additions & 21 deletions

File tree

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

Lines changed: 5 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -61,38 +61,23 @@ The peak quantity of concurrent jobs running without performance loss depends on
6161

6262
{%- ifversion ghes < 3.2 %}
6363

64-
| vCPUs | Memory | Maximum job throughput |
65-
| :--- | :--- | :--- |
66-
| 4 | 32 GB | Demo or light testing |
67-
| 8 | 64 GB | 25 jobs |
68-
| 16 | 160 GB | 35 jobs |
69-
| 32 | 256 GB | 100 jobs |
64+
{% data reusables.actions.hardware-requirements-before %}
7065

7166
{%- endif %}
7267

7368
{%- ifversion ghes = 3.2 %}
7469

75-
| vCPUs | Memory | Maximum Concurrency*|
76-
| :--- | :--- | :--- |
77-
| 32 | 128 GB | 1000 jobs |
78-
| 64 | 256 GB | 1300 jobs |
79-
| 96 | 384 GB | 2200 jobs |
70+
{% data reusables.actions.hardware-requirements-3.2 %}
8071

81-
*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.
72+
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.
8273

8374
{%- endif %}
8475

8576
{%- ifversion ghes > 3.2 %}
8677

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 |
78+
{% data reusables.actions.hardware-requirements-after %}
9479

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.
80+
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.
9681

9782
{%- endif %}
9883

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
| vCPUs | Memory | Maximum Concurrency |
2+
| :--- | :--- | :--- |
3+
| 32 | 128 GB | 1000 jobs |
4+
| 64 | 256 GB | 1300 jobs |
5+
| 96 | 384 GB | 2200 jobs |
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 | 300 jobs |
4+
| 16 | 160 GB | 700 jobs |
5+
| 32 | 128 GB | 1300 jobs |
6+
| 64 | 256 GB | 2000 jobs |
7+
| 96 | 384 GB | 4000 jobs |
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
| vCPUs | Memory | Maximum job throughput |
2+
| :--- | :--- | :--- |
3+
| 4 | 32 GB | Demo or light testing |
4+
| 8 | 64 GB | 25 jobs |
5+
| 16 | 160 GB | 35 jobs |
6+
| 32 | 256 GB | 100 jobs |

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

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,27 @@
2222

2323
{% ifversion ghes %}
2424

25-
If you plan to enable {% data variables.product.prodname_actions %} for the users of your instance, review the requirements for hardware, external storage, and runners in "[Getting started with {% data variables.product.prodname_actions %} for {% data variables.product.prodname_ghe_server %}](/admin/github-actions/getting-started-with-github-actions-for-github-enterprise-server)."
25+
If you plan to enable {% data variables.product.prodname_actions %} for the users of your instance, more resources are required.
26+
27+
{%- ifversion ghes < 3.2 %}
28+
29+
{% data reusables.actions.hardware-requirements-before %}
30+
31+
{%- endif %}
32+
33+
{%- ifversion ghes = 3.2 %}
34+
35+
{% data reusables.actions.hardware-requirements-3.2 %}
36+
37+
{%- endif %}
38+
39+
{%- ifversion ghes > 3.2 %}
40+
41+
{% data reusables.actions.hardware-requirements-after %}
42+
43+
{%- endif %}
44+
45+
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)."
2646

2747
{% endif %}
2848

0 commit comments

Comments
 (0)