Commit 73801a746362e4c284f323e415c1853eed77ba56

Authored by Marc Radulescu
1 parent 172ad962

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  
... ...