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