[ 原始碼: 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