Manuel Palenciano Guerrero <[email protected]> wrote:
> Hi there,
> 
> I would like to config Monit to monitor our production-unicorn-workers
> 
> What memory size would you recommend to be the maximum reachable for a
> worker? so Monit can restart it.

It depends :)

Memory size varies widely between applications/deployments.
It depends on your:

* application + libraries + gems (including framework used)
* Ruby implementation/version (MRI 1.8 vs 1.9 vs Rubinius)
* machine architecture (32-bit vs 64-bit)
* malloc implementation/tuning
...

I have seen deployments processes where 20-30M (RSS) per-worker was
expected and have also seen deployments where 300-400M was expected for
the application.
_______________________________________________
Unicorn mailing list - [email protected]
http://rubyforge.org/mailman/listinfo/mongrel-unicorn
Do not quote signatures (like this one) or top post when replying

Reply via email to