diff --git a/docs/MIGRATION.md b/docs/MIGRATION.md index 1a5958b73ee..76b369e496e 100644 --- a/docs/MIGRATION.md +++ b/docs/MIGRATION.md @@ -61,9 +61,9 @@ On oldserver: On the new server: ``` bundle install --without test --deployment - RAILS_ENV=production bundle exec rake db:migrate - RAILS_ENV=production bundle exec rake assets:precompile - RAILS_ENV=production bundle exec rake posts:rebake + RUBY_GC_MALLOC_LIMIT=90000000 RAILS_ENV=production bundle exec rake db:migrate + RUBY_GC_MALLOC_LIMIT=90000000 RAILS_ENV=production bundle exec rake assets:precompile + RUBY_GC_MALLOC_LIMIT=90000000 RAILS_ENV=production bundle exec rake posts:rebake ``` If the `rake db:migrate` step fails, you might have to run it twice.