[ 原始碼: ruby-unicorn-worker-killer ]
套件:ruby-unicorn-worker-killer(0.4.5-1)
ruby-unicorn-worker-killer 的相關連結
Debian 的資源:
下載原始碼套件 ruby-unicorn-worker-killer:
- [ruby-unicorn-worker-killer_0.4.5-1.dsc]
- [ruby-unicorn-worker-killer_0.4.5.orig.tar.gz]
- [ruby-unicorn-worker-killer_0.4.5-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
試製(Experimental)套件
警告:這個套件來自於 experimental 發行版。這表示它很有可能表現出不穩定或者出現 bug ,甚至是導致資料損失。請務必在使用之前查閱 changelog 以及其他潛在的文件。
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