Search code examples
ruby-on-railsrubyruby-enterprise-edition

Ruby Enterprise Edition vs Ruby 1.9.2 memory improvements


I have a couple of rails applications running on VPS. As I have to pay extra for more ram I have been using REE.

As rails is getting ready to deprecate 1.8.7 as of Rails 4.0 I'm starting to think about making the move to 1.9.2 (which would be nice for other reasons).

However... I can't find out any information on whether the memory improvements used in REE have been migrated into 1.9.2.

Does anyone know the REE claims of a 25% reduction in memory footprint still hold true when compared against ruby 1.9.2?


Solution

  • The short answer to your question is that many of those improvements are "not necessary in 1.9."

    The long answer is to read this blog post from Phusion (the people behind Passenger and REE).