We're running mongrels on Ubuntu with Ruby 1.8.6-p114, and memory of 
each process is slowly increasing, so we have to restart them every 
couple of days or so.

Anybody else having to do this? I tried to use bleak-house, but that 
refused to work without sigsegv'ing. So I've written a simple action 
that walks the ObjectSpace and counts the number of objects per class 
and renders them. Nothing obvious there that would account for 20MB of 
leakage.

When we start mongrel, they use 60MB quickly, and then slowly increase 
memory every request. When they're at 90MB or 100MB, we restart them 
(because we have 18 running on one box, and they use up lots of memory).

Have some question to you guys:

- How often do you restart mongrels?

- How much memory does your mongrel orocess use (after a couple hours of 
uptime)?

- What Ruby version is the most recommended?

thx
Andrej
-- 
Posted via http://www.ruby-forum.com/.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to