Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-07-08 10:50:10 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-07-08 10:50:10 +0400
commit6ace422c298eef2c592d64c08f59b3da3d8d8a6d (patch)
tree9a1a43baeab7e73a4a97c9d4be18a2ddbe4f257c /config/puma.rb.example
parent2882d16e7a244d6627d9f6d9436651a38bf11bad (diff)
parent6f5f5e7ee32bbd693796571fa6fcb8575accc08a (diff)
Merge branch 'master' into 6-0-dev
Conflicts: Gemfile Gemfile.lock
Diffstat (limited to 'config/puma.rb.example')
-rw-r--r--config/puma.rb.example7
1 files changed, 7 insertions, 0 deletions
diff --git a/config/puma.rb.example b/config/puma.rb.example
index 025ff7f3f05..c363ad010b6 100644
--- a/config/puma.rb.example
+++ b/config/puma.rb.example
@@ -61,6 +61,13 @@ bind "unix://#{application_path}/tmp/sockets/gitlab.socket"
#
# workers 2
+# GitLab cluster mode recommendations
+# If you have more than 1 GB RAM, uncomment one of the following lines:
+#
+# workers 2 # if you have at least 1.5 GB RAM
+# workers 3 # if you have at least 2 GB RAM
+# workers 4 # if you have at least 2.5 GB RAM
+
# Code to run when a worker boots to setup the process before booting
# the app.
#