Source: ruby-unicorn-worker-killer Section: ruby Priority: optional Maintainer: Debian Ruby Team Uploaders: Balasankar C Build-Depends: debhelper-compat (= 13), gem2deb, unicorn (>= 5) Standards-Version: 4.5.1 Vcs-Git: https://salsa.debian.org/ruby-team/ruby-unicorn-worker-killer.git Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-unicorn-worker-killer Homepage: https://github.com/kzk/unicorn-worker-killer XS-Ruby-Versions: all Package: ruby-unicorn-worker-killer Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ruby | ruby-interpreter, ruby-get-process-mem (>= 0.2.5~), unicorn (>= 5), ${misc:Depends}, ${shlibs:Depends} Description: library to kill unicorn workers by memory and request counts unicorn-worker-killer gem provides automatic restart of Unicorn workers based on 1. max number of requests, and 2. process memory size (RSS) without affecting any requests. . This will greatly improves site's stability by avoiding unexpected memory exhaustion at the application nodes.