You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server.md
+5-20Lines changed: 5 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,38 +61,23 @@ The peak quantity of concurrent jobs running without performance loss depends on
61
61
62
62
{%- ifversion ghes < 3.2 %}
63
63
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 %}
70
65
71
66
{%- endif %}
72
67
73
68
{%- ifversion ghes = 3.2 %}
74
69
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 %}
80
71
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.
82
73
83
74
{%- endif %}
84
75
85
76
{%- ifversion ghes > 3.2 %}
86
77
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 %}
94
79
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.
Copy file name to clipboardExpand all lines: data/reusables/enterprise_installation/hardware-rec-table.md
+21-1Lines changed: 21 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,27 @@
22
22
23
23
{% ifversion ghes %}
24
24
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)."
0 commit comments