diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-10-31 11:26:42 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-10-31 11:26:42 +0200 |
commit | 1bfba5df22485febe0db6521470dbbb3f6958955 (patch) | |
tree | 031c5c6d30c8736064f89f73c94d417508d48226 | |
parent | 5a699090cde818294fca93d2793dd6195c0a7c2d (diff) | |
parent | 3c9bf8a322be062c1a07483927deb1415f517547 (diff) | |
download | gitlab-ce-1bfba5df22485febe0db6521470dbbb3f6958955.tar.gz |
Merge pull request #8205 from CromFr/master
Doc: Unicorn minimum worker_processes is 2
-rw-r--r-- | config/unicorn.rb.example | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/unicorn.rb.example b/config/unicorn.rb.example index 6833082d68b..ea22744fd90 100644 --- a/config/unicorn.rb.example +++ b/config/unicorn.rb.example @@ -15,6 +15,7 @@ # Use at least one worker per core if you're on a dedicated server, # more will usually help for _short_ waits on databases/caches. +# The minimum is 2 worker_processes 2 # Since Unicorn is never exposed to outside clients, it does not need to |