summaryrefslogtreecommitdiff
path: root/doc/install
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-04-11 12:35:26 +0300
committerAchilleas Pipinellis <axilleas@axilleas.me>2016-04-11 12:35:26 +0300
commit3122e5cc847b224d5531f23a9c2fe9bc2043b01f (patch)
treef8422c474f46d549adf27ab6f4ee406bc6188d73 /doc/install
parent3cf512362ef6e459c4a10f53818db799b9b1a248 (diff)
downloadgitlab-ce-3122e5cc847b224d5531f23a9c2fe9bc2043b01f.tar.gz
Add link to Runner security doc
[ci skip]
Diffstat (limited to 'doc/install')
-rw-r--r--doc/install/requirements.md18
1 files changed, 14 insertions, 4 deletions
diff --git a/doc/install/requirements.md b/doc/install/requirements.md
index 03433a72fa2..eb9fe5e1b1b 100644
--- a/doc/install/requirements.md
+++ b/doc/install/requirements.md
@@ -81,13 +81,23 @@ Notice: The 25 workers of Sidekiq will show up as separate processes in your pro
## Gitlab Runner
-We strongly advise against installing GitLab Runner on the same machine you plan to install GitLab on. Depending on how you decide to configure GitLab Runner and what tools you use to exercise your application in the CI environment, GitLab Runner can consume significant amount of available memory.
+We strongly advise against installing GitLab Runner on the same machine you plan
+to install GitLab on. Depending on how you decide to configure GitLab Runner and
+what tools you use to exercise your application in the CI environment, GitLab
+Runner can consume significant amount of available memory.
-Memory consumption calculations, that are available above, will not be valid if you decide to run GitLab Runner and GitLab web application on the same machine.
+Memory consumption calculations, that are available above, will not be valid if
+you decide to run GitLab Runner and the GitLab Rails application on the same
+machine.
-It is also not safe to install everything on a single machine, because of the security reasons - especially when you plan to use shell executor with GitLab Runner.
+It is also not safe to install everything on a single machine, because of the
+[security reasons] - especially when you plan to use shell executor with GitLab
+Runner.
-We recommend using a separate machine for each GitLab Runner, if you plan to use CI features.
+We recommend using a separate machine for each GitLab Runner, if you plan to
+use the CI features.
+
+[security reasons]: https://gitlab.com/gitlab-org/gitlab-ci-multi-runner/blob/master/docs/security/index.md
## Unicorn Workers