summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-06-11 15:10:45 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-06-11 15:10:45 +0300
commitae90107caadea4421bbdb1a498f44f24a23da2f4 (patch)
tree6378e8786cdd039b40e4f56c0afe11eef647ed0b
parent0ee2668a4fd5604f4e308e60656ec3849b16288d (diff)
downloadgitlab-ce-ae90107caadea4421bbdb1a498f44f24a23da2f4.tar.gz
mention puma cluster mode for bigger instances
-rw-r--r--doc/install/installation.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md
index 2b3e40034ad..3b459ad77b5 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -188,6 +188,10 @@ do so with caution!
# Copy the example Puma config
sudo -u git -H cp config/puma.rb.example config/puma.rb
+ # Enable cluster mode if you expect to have a high load instance
+ # Ex. change amount of workers to 3 for 2GB RAM server
+ sudo -u git -H vim config/puma.rb
+
# Configure Git global settings for git user, useful when editing via web
# Edit user.email according to what is set in gitlab.yml
sudo -u git -H git config --global user.name "GitLab"