Source: ruby-unicorn-worker-killer Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Balasankar C Build-Depends: debhelper (>= 9~), gem2deb, unicorn (>= 5) Standards-Version: 3.9.8 Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-unicorn-worker-killer.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-unicorn-worker-killer.git 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, 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.