Commit 2f8fd80ebba35706d70fd7b4d4246d7cc1b65ac3

Authored by 秋纫
1 parent f18f8e67

Correct a wrong spelling

"abolute" -> "absolute"
Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
doc/install/requirements.md
... ... @@ -53,7 +53,7 @@ We love [JRuby](http://jruby.org/) and [Rubinius](http://rubini.us/)) but GitLab
53 53  
54 54 ## Memory
55 55  
56   -- 512MB is the abolute minimum, you need 256MB of swap, you can configure only one slow unicorn worker, only ssh access will work, we do not recommend this
  56 +- 512MB is the absolute minimum, you need 256MB of swap, you can configure only one slow unicorn worker, only ssh access will work, we do not recommend this
57 57 - 1GB supports up to 100 users (with individual repositories under 250MB, otherwise git memory usage necessitates using swap space)
58 58 - **2GB** is the **recommended** memory size and supports up to 500 users
59 59 - 4GB supports up to 2,000 users
... ... @@ -84,4 +84,4 @@ If you want to run the database separately, the **recommended** database size is
84 84 - Firefox (Latest released version)
85 85 - Safari 7+ (known problem: required fields in html5 do not work)
86 86 - Opera (Latest released version)
87   -- IE 10+
88 87 \ No newline at end of file
  88 +- IE 10+
... ...