[ 源代码: ruby-unicorn-worker-killer ]
软件包:ruby-unicorn-worker-killer(0.4.4-2)
ruby-unicorn-worker-killer 的相关链接
Debian 的资源:
下载源码包 ruby-unicorn-worker-killer:
- [ruby-unicorn-worker-killer_0.4.4-2.dsc]
- [ruby-unicorn-worker-killer_0.4.4.orig.tar.gz]
- [ruby-unicorn-worker-killer_0.4.4-2.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
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.
其他与 ruby-unicorn-worker-killer 有关的软件包
|
|
|
|
-
- dep: ruby
- Interpreter of object-oriented scripting language Ruby (default version)
- 或者 ruby-interpreter
- 软件包暂时不可用
-
- dep: ruby-get-process-mem (>= 0.2.5~)
- get memory usage of a process in Ruby
-
- dep: unicorn (>= 5)
- Rack HTTP server for fast clients