Btw, we also had this weird thing last week where after a new deployment of code almost all field labels had the same value. We use I18n v0.4.1 with a cache using memory_store, like so:
I18n::Backend::Simple.send(:include, I18n::Backend::Cache) I18n.cache_store = ActiveSupport::Cache.lookup_store(:memory_store) I18n.cache_store.silence! I get the feeling that memory from the previous master/workers somehow isn't released and is used by the new unicorn master and/or worker processes. Jimmy _______________________________________________ Unicorn mailing list - [email protected] http://rubyforge.org/mailman/listinfo/mongrel-unicorn Do not quote signatures (like this one) or top post when replying
