Wilson--

Hmmm. Can't reproduce that behavior here. I've got four dispatch fcgi processes running and they all hovered right around 50MB of memory usage (which is also where they are at under normal load) through 10 iterations of your ab command. We're running v4459 of rails. How long was it taking for you to see the leak?

On Jun 19, 2006, at 8:38 AM, Wilson Bilkovich wrote:
{snip}

Anyone feel like looping 'ab' against one of their apps, in production mode?
Here's the command I used:

while true;  do /usr/sbin/ab -n 1000 -c 30 http://example.com/
2>/dev/null | grep quest.*mean ; echo -- ; done
_______________________________________________
Rails-core mailing list
Rails-core@lists.rubyonrails.org
http://lists.rubyonrails.org/mailman/listinfo/rails-core

Reply via email to