summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Lewis <mlewis@gitlab.com>2019-03-05 18:05:29 +0000
committerMike Lewis <mlewis@gitlab.com>2019-03-05 18:05:29 +0000
commit4cfbe050a8d26ae9b3eec226e110dedba7a310d6 (patch)
treed15cc5dbf762e6f38f42b6df9e7b75dbb24effef
parentb923d1b57e349979017f42948c2377478be03e11 (diff)
parentf786dcb255ae3e2eb3618b09a474b90a34d6f743 (diff)
downloadgitlab-ce-4cfbe050a8d26ae9b3eec226e110dedba7a310d6.tar.gz
Merge branch 'add-efs-warning-to-requirements' into 'master'
Adding EFS warning to requirements See merge request gitlab-org/gitlab-ce!25754
-rw-r--r--doc/install/requirements.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/install/requirements.md b/doc/install/requirements.md
index c1f2297f3be..8ab7189c2a6 100644
--- a/doc/install/requirements.md
+++ b/doc/install/requirements.md
@@ -51,6 +51,8 @@ Apart from a local hard drive you can also mount a volume that supports the netw
If you have enough RAM memory and a recent CPU the speed of GitLab is mainly limited by hard drive seek times. Having a fast drive (7200 RPM and up) or a solid state drive (SSD) will improve the responsiveness of GitLab.
+NOTE: **Note:** Since file system performance may affect GitLab's overall performance, we do not recommend using EFS for storage. See the [relevant documentation](../administration/high_availability/nfs.md#avoid-using-awss-elastic-file-system-efs) for more details.
+
### CPU
- 1 core supports up to 100 users but the application can be a bit slower due to having all workers and background jobs running on the same core