diff options
author | Job van der Voort <jobvandervoort@gmail.com> | 2014-12-08 14:21:17 +0100 |
---|---|---|
committer | Job van der Voort <jobvandervoort@gmail.com> | 2014-12-08 14:21:17 +0100 |
commit | f811b695f8c9d7019b5e9f33aae962163e8c0020 (patch) | |
tree | 11aa43db096bb285d09069c07ede7edaff9b15f1 /config/unicorn.rb.example | |
parent | b7d4184f24000fcdee7ca48fd802e35ac03abb67 (diff) | |
download | gitlab-ce-f811b695f8c9d7019b5e9f33aae962163e8c0020.tar.gz |
memory constrained unicorn workers
Diffstat (limited to 'config/unicorn.rb.example')
-rw-r--r-- | config/unicorn.rb.example | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/config/unicorn.rb.example b/config/unicorn.rb.example index f8f441b1d42..d8b4f5c7c32 100644 --- a/config/unicorn.rb.example +++ b/config/unicorn.rb.example @@ -13,11 +13,9 @@ # # ENV['RAILS_RELATIVE_URL_ROOT'] = "/gitlab" -# We recommend using CPU cores + 1 worker processes. -# Read more about unicorn workers here: -# http://doc.gitlab.com/ee/install/requirements.html +# Read about unicorn workers here: +# http://doc.gitlab.com/ee/install/requirements.html#unicorn-workers # -# The minimum amount of worker processes is 2 worker_processes 2 # Since Unicorn is never exposed to outside clients, it does not need to |