From 6eb50a69f4a1bb55fa7848a6aad68faa45f982c2 Mon Sep 17 00:00:00 2001 From: Sytse Sijbrandij Date: Wed, 23 Jul 2014 10:18:41 +0200 Subject: [PATCH] Based on http://www.reddit.com/r/linux/comments/2bffgt/gitlab_71_released/cj59wvz reword this requirement, thankstictatonifonical. --- doc/install/requirements.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/install/requirements.md b/doc/install/requirements.md index 10370d54fb1..46a98397aa3 100644 --- a/doc/install/requirements.md +++ b/doc/install/requirements.md @@ -40,7 +40,7 @@ We love [JRuby](http://jruby.org/) and [Rubinius](http://rubini.us/)) but GitLab ### CPU -- 1 core works supports up to 100 users but the application will not be responsive +- 1 core works supports up to 100 users but the application can be a bit slower due to having all workers and background jobs running on the same core - **2 cores** is the **recommended** number of cores and supports up to 500 users - 4 cores supports up to 2,000 users - 8 cores supports up to 5,000 users