File: control

package info (click to toggle)
ruby-unicorn-worker-killer 0.4.4-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 104 kB
  • sloc: ruby: 91; makefile: 4
file content (31 lines) | stat: -rw-r--r-- 1,176 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Source: ruby-unicorn-worker-killer
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Balasankar C <balasankarc@autistici.org>
Build-Depends: debhelper-compat (= 12),
               gem2deb,
               unicorn (>= 5)
Standards-Version: 4.5.0
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.