套件:ruby-puma-worker-killer(0.3.1-3)
ruby-puma-worker-killer 的相關連結
Debian 的資源:
下載原始碼套件 ruby-puma-worker-killer:
- [ruby-puma-worker-killer_0.3.1-3.dsc]
- [ruby-puma-worker-killer_0.3.1.orig.tar.gz]
- [ruby-puma-worker-killer_0.3.1-3.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
kill memory leaking puma workers
Memory leaks in web code can be checked using puma_worker_killer.
When there is a memory leak in a code, finding and plugging it can be a herculean effort. Instead what if processes are just killed when they got to be too large? The Puma Worker Killer does just that. It is similar to Unicorn Worker Killer but for the Puma web server.
Puma worker killer can only function cluster mode or hybrid mode (threads + worker cluster) is enabled. If only using threads (and not workers) then puma worker killer cannot help keep memory in control.
其他與 ruby-puma-worker-killer 有關的套件
|
|
|
|
-
- dep: puma (>= 4.0~)
- threaded HTTP 1.1 server for Ruby/Rack applications
-
- dep: ruby-get-process-mem (>= 0.2.5~)
- get memory usage of a process in Ruby