>> that 37signals use, and the app is back to pre-Rails 3 performance levels. >> Of course, this will only help you if you're using REE or can easily switch.
MRI 1.9.3 has similar GC tuning options to REE, they're definitely worth investigating. Here's a relevant tweet of mine from a few weeks back[1]: "Today I cut the boot time of this rails app on ruby 1.9.3 by 58% just by adding 'export RUBY_GC_MALLOC_LIMIT=59000000' to ~/.zshrc" [1] https://twitter.com/#!/jim_healy/status/132277409176231936 James -- You received this message because you are subscribed to the Google Groups "Ruby or Rails Oceania" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rails-oceania?hl=en.
