diff options
author | 秋纫 <dugucloud@qq.com> | 2014-05-14 22:06:52 +0800 |
---|---|---|
committer | 秋纫 <dugucloud@qq.com> | 2014-05-14 22:06:52 +0800 |
commit | 2f8fd80ebba35706d70fd7b4d4246d7cc1b65ac3 (patch) | |
tree | 9ef5c7345d80e06831ff36fcb1b39146bf3c2843 | |
parent | f18f8e675594ba86a59176933f2521a9c6ec9f2f (diff) | |
download | gitlab-ce-2f8fd80ebba35706d70fd7b4d4246d7cc1b65ac3.tar.gz |
Correct a wrong spelling
"abolute" -> "absolute"
-rw-r--r-- | doc/install/requirements.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/install/requirements.md b/doc/install/requirements.md index dc21a7e55ab..fd2dd16cd8e 100644 --- a/doc/install/requirements.md +++ b/doc/install/requirements.md @@ -53,7 +53,7 @@ We love [JRuby](http://jruby.org/) and [Rubinius](http://rubini.us/)) but GitLab ## Memory -- 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 +- 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 - 1GB supports up to 100 users (with individual repositories under 250MB, otherwise git memory usage necessitates using swap space) - **2GB** is the **recommended** memory size and supports up to 500 users - 4GB supports up to 2,000 users @@ -84,4 +84,4 @@ If you want to run the database separately, the **recommended** database size is - Firefox (Latest released version) - Safari 7+ (known problem: required fields in html5 do not work) - Opera (Latest released version) -- IE 10+
\ No newline at end of file +- IE 10+ |