Add a note about EFS and GitLab log files

[ci skip]
This commit is contained in:
Stan Hu 2017-07-30 09:51:08 -05:00
parent 02b25598cb
commit 06a760e139
1 changed files with 4 additions and 0 deletions

View File

@ -46,6 +46,10 @@ GitLab does not recommend using EFS with GitLab.
many small files are written in a serialized manner are not well-suited for EFS.
EBS with an NFS server on top will perform much better.
In addition, avoid storing GitLab log files (e.g. those in `/var/log/gitlab`)
because this will also affect performance. We recommend that the log files be
stored on a local volume.
For more details on another person's experience with EFS, see
[Amazon's Elastic File System: Burst Credits](https://www.rawkode.io/2017/04/amazons-elastic-file-system-burst-credits/)