Skip to content
Snippets Groups Projects
Commit ae90107c authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

mention puma cluster mode for bigger instances

parent 0ee2668a
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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"
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment