Does Ruby 2.2 Have Memory Issues on Heroku?

后端 未结 3 1543
不知归路
不知归路 2020-12-15 22:36

Many people experienced issues with memory usage when switching their Rails app from Ruby 2.0 to Ruby 2.1 on Heroku. For example, see Memory usage increase with Ruby 2.1 ver

3条回答
  •  没有蜡笔的小新
    2020-12-15 23:02

    I gave Ruby 2.2 a try with Rails 4.2 and the same memory problems that plagued Ruby 2.1 also occurred. I am switching back to Ruby 2.0. Rails 5 will require Ruby 2.2 and higher so I hope someone will find a way to fix this.

提交回复
热议问题