diff options
| author | Sytse Sijbrandij <sytse@gitlab.com> | 2014-05-05 08:46:39 +0000 |
|---|---|---|
| committer | Sytse Sijbrandij <sytse@gitlab.com> | 2014-05-05 08:46:39 +0000 |
| commit | f09a1ef81d787962e160af7e56d08bc23af52dd1 (patch) | |
| tree | 42f209f91a1e2a07f25f9184dd5a067c6456ee7d | |
| parent | 172ad9624599647df5682f7f2a9d2d74d947d068 (diff) | |
| parent | 73801a746362e4c284f323e415c1853eed77ba56 (diff) | |
| download | gitlab-ce-f09a1ef81d787962e160af7e56d08bc23af52dd1.tar.gz | |
Merge branch 'add_database_req' into 'master'
Add database req
added database requirements in documentation
| -rw-r--r-- | doc/install/requirements.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/install/requirements.md b/doc/install/requirements.md index 62e21dc72bb..0fe015b2d34 100644 --- a/doc/install/requirements.md +++ b/doc/install/requirements.md @@ -74,6 +74,9 @@ 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. +## Database + +If you want to run the database separately, the **recommended** database size is **1 MB per user** # Supported webbrowsers |
