Commit ae90107caadea4421bbdb1a498f44f24a23da2f4
1 parent
0ee2668a
Exists in
master
and in
4 other branches
mention puma cluster mode for bigger instances
Showing
1 changed file
with
4 additions
and
0 deletions
Show diff stats
doc/install/installation.md
| @@ -188,6 +188,10 @@ do so with caution! | @@ -188,6 +188,10 @@ do so with caution! | ||
| 188 | # Copy the example Puma config | 188 | # Copy the example Puma config |
| 189 | sudo -u git -H cp config/puma.rb.example config/puma.rb | 189 | sudo -u git -H cp config/puma.rb.example config/puma.rb |
| 190 | 190 | ||
| 191 | + # Enable cluster mode if you expect to have a high load instance | ||
| 192 | + # Ex. change amount of workers to 3 for 2GB RAM server | ||
| 193 | + sudo -u git -H vim config/puma.rb | ||
| 194 | + | ||
| 191 | # Configure Git global settings for git user, useful when editing via web | 195 | # Configure Git global settings for git user, useful when editing via web |
| 192 | # Edit user.email according to what is set in gitlab.yml | 196 | # Edit user.email according to what is set in gitlab.yml |
| 193 | sudo -u git -H git config --global user.name "GitLab" | 197 | sudo -u git -H git config --global user.name "GitLab" |