Commit f09a1ef81d787962e160af7e56d08bc23af52dd1
Exists in
spb-stable
and in
2 other branches
Merge branch 'add_database_req' into 'master'
Add database req added database requirements in documentation
Showing
1 changed file
with
3 additions
and
0 deletions
Show diff stats
doc/install/requirements.md
... | ... | @@ -74,6 +74,9 @@ Apart from a local hard drive you can also mount a volume that supports the netw |
74 | 74 | |
75 | 75 | 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. |
76 | 76 | |
77 | +## Database | |
78 | + | |
79 | +If you want to run the database separately, the **recommended** database size is **1 MB per user** | |
77 | 80 | |
78 | 81 | # Supported webbrowsers |
79 | 82 | ... | ... |