I have a Ruby on Rails 3.0.9 application deployed on Apache 2.x with mod_ruby (REE). I collect performance statistics with NewRelic and I see that GC Execution happens too often and takes too much time.

What shall I look at to improve this?

Thanks in advance

link|improve this question

73% accept rate
feedback

1 Answer

Here are a couple of articles I came across recently that I think help explain this.

One - Rails 3 Performance: Abysmal to Good to Great

Two - Garbage collector and object space

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.