summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannes Rosenögger <123haynes@gmail.com>2015-03-19 10:02:56 +0000
committerHannes Rosenögger <123haynes@gmail.com>2015-03-19 10:02:56 +0000
commitfc4cda65bdf8c4a4a724e765d4cd318c30f7d15c (patch)
tree47d59c0a9cbdba8bebca70507fbff1a43b0f0eff
parent6c1074e302fd77e87c454cede145dd92f15d0c55 (diff)
parent9ffef6ca1e58c69584a316d4fa5f80e4d97930f4 (diff)
downloadgitlab-ce-fc4cda65bdf8c4a4a724e765d4cd318c30f7d15c.tar.gz
Merge branch 'docs-spelling-error' into 'master'
Fixed spelling mistake in install docs Fixed spelling mistake of this. [ci skip] See merge request !404
-rw-r--r--doc/install/requirements.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/install/requirements.md b/doc/install/requirements.md
index f42af65796f..7a3216dd2d2 100644
--- a/doc/install/requirements.md
+++ b/doc/install/requirements.md
@@ -76,7 +76,7 @@ Notice: The 25 workers of Sidekiq will show up as separate processes in your pro
## Unicorn Workers
-It's possible to increase the amount of unicorn workers and tis will usually help for to reduce the response time of the applications and increase the ability to handle parallel requests.
+It's possible to increase the amount of unicorn workers and this will usually help for to reduce the response time of the applications and increase the ability to handle parallel requests.
For most instances we recommend using: CPU cores + 1 = unicorn workers.
So for a machine with 2 cores, 3 unicorn workers is ideal.
@@ -106,4 +106,4 @@ On a very active server (10,000 active users) the Sidekiq process can use 1GB+ o
- Firefox (Latest released version and [latest ESR version](https://www.mozilla.org/en-US/firefox/organizations/))
- Safari 7+ (known problem: required fields in html5 do not work)
- Opera (Latest released version)
-- IE 10+
+- IE 10+ \ No newline at end of file