diff options
Diffstat (limited to 'www/gitlab-ce/files/patch-config_unicorn.rb.example')
-rw-r--r-- | www/gitlab-ce/files/patch-config_unicorn.rb.example | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/gitlab-ce/files/patch-config_unicorn.rb.example b/www/gitlab-ce/files/patch-config_unicorn.rb.example index b3a531c5e732..d89cd30c789f 100644 --- a/www/gitlab-ce/files/patch-config_unicorn.rb.example +++ b/www/gitlab-ce/files/patch-config_unicorn.rb.example @@ -1,4 +1,4 @@ ---- config/unicorn.rb.example.orig 2017-06-07 20:58:14 UTC +--- config/unicorn.rb.example.orig 2018-08-22 22:40:32 UTC +++ config/unicorn.rb.example @@ -33,12 +33,12 @@ worker_processes 3 @@ -30,5 +30,5 @@ +stderr_path "%%PREFIX%%/www/gitlab-ce/log/unicorn.stderr.log" +stdout_path "%%PREFIX%%/www/gitlab-ce/log/unicorn.stdout.log" - # combine Ruby 2.0.0dev or REE with "preload_app true" for memory savings - # http://rubyenterpriseedition.com/faq.html#adapt_apps_for_cow + # Save memory by sharing the application code among multiple Unicorn workers + # with "preload_app true". See: |