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
- especially when you plan to use shell executor with GitLab
211
+
[security reasons](https://docs.gitlab.com/runner/security/), especially when you plan to use shell executor with GitLab
213
212
Runner.
214
213
215
214
We recommend using a separate machine for each GitLab Runner, if you plan to
216
215
use the CI features.
216
+
The GitLab Runner server requirements depend on:
217
+
218
+
- The type of [executor](https://docs.gitlab.com/runner/executors/) you configured on GitLab Runner.
219
+
- Resources required to run build jobs.
220
+
- Job concurrency settings.
221
+
222
+
Since the nature of the jobs varies for each use case, you will need to experiment by adjusting the job concurrency to get the optimum setting.
223
+
224
+
For reference, GitLab.com's [auto-scaling shared runner](../user/gitlab_com/index.md#shared-runners) is configured so that a **single job** will run in a **single instance** with:
0 commit comments