From 7f9517cf01e81e22f18eb317e5b58d04cef965df Mon Sep 17 00:00:00 2001 From: Kayou Date: Tue, 29 Jan 2019 12:02:41 +0100 Subject: [PATCH] Decrease RAM usage --- conf/gitlab.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/gitlab.rb b/conf/gitlab.rb index 5db7e17..019281e 100644 --- a/conf/gitlab.rb +++ b/conf/gitlab.rb @@ -24,3 +24,5 @@ nginx['listen_addresses'] = ["0.0.0.0", "[::]"] # listen on all IPv4 and IPv6 ad unicorn['port'] = __PORTUNICORN__ unicorn['worker_processes'] = 2 + +sidekiq['concurrency'] = 5 # base: 25