diff options
author | Jan Provaznik <jprovaznik@gitlab.com> | 2019-06-10 16:09:40 +0000 |
---|---|---|
committer | Kamil TrzciĆski <ayufan@ayufan.eu> | 2019-06-10 16:09:40 +0000 |
commit | 497acb167078d62c0cec7bc5ff9be1be6cd2fe4a (patch) | |
tree | 659d933f1173b00b44200f006eb6dae02fa29f56 /config | |
parent | d5e8e1ef1341c65fe9105c38b9532239462ace9d (diff) | |
download | gitlab-ce-497acb167078d62c0cec7bc5ff9be1be6cd2fe4a.tar.gz |
Add metric for measuring PumaWorkerKiller activity
PumaWorkerKiller is used for periodically checking and killing
workers (the biggest one) if overall memory reaches specified
limit. This metric allows us to watch number of killed workers.
Diffstat (limited to 'config')
-rw-r--r-- | config/puma.example.development.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/puma.example.development.rb b/config/puma.example.development.rb index 490c940077a..9df24bf74e3 100644 --- a/config/puma.example.development.rb +++ b/config/puma.example.development.rb @@ -42,7 +42,6 @@ bind 'unix:///home/git/gitlab.socket' workers 2 require_relative "/home/git/gitlab/lib/gitlab/cluster/lifecycle_events" -require_relative "/home/git/gitlab/lib/gitlab/cluster/puma_worker_killer_initializer" on_restart do # Signal application hooks that we're about to restart |