ruby-unicorn-worker-killer

library to kill unicorn workers by memory and request counts
  https://github.com/kzk/unicorn-worker-killer
  0
  no reviews



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.