1
0
mirror of synced 2025-12-23 11:54:18 -05:00

Update to connected runners

This commit is contained in:
Steve Schilinski
2022-08-10 18:52:47 -07:00
parent cb0941d41d
commit 9d9cf28c81
2 changed files with 11 additions and 8 deletions

View File

@@ -85,14 +85,17 @@ Maximum concurrency was measured using multiple repositories, job duration of ap
{% data reusables.actions.hardware-requirements-3.6 %} {% data reusables.actions.hardware-requirements-3.6 %}
{% 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. {% data variables.product.company_short %} measured maximum connected runners 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.
{% note %}
**Note:** Beginning with {% data variables.product.prodname_ghe_server %} 3.6, {% data variables.product.company_short %} documents connected runners as opposed to concurrent runners. Connected runners resprents the most runners you can connect and expect to utilize.
{% endnote %}
{% note %} {% note %}
**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 %}. **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 %}.
{% endnote %} {% endnote %}
{%- endif %} {%- endif %}
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)." 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)."

View File

@@ -1,6 +1,6 @@
| vCPUs | Memory | Maximum Concurrency | | vCPUs | Memory | Maximum Connected Runners |
| :---| :--- | :--- | | :---| :--- | :--- |
| 8 | 64 GB | 740 jobs | | 8 | 64 GB | 740 runners |
| 32 | 160 GB | 2700 jobs | | 32 | 160 GB | 2700 runners |
| 96 | 384 GB | 7000 jobs | | 96 | 384 GB | 7000 runners |
| 128 | 512 GB | 7000 jobs | | 128 | 512 GB | 7000 runners |