Ruby GC execution exceeding ~250-320ms per request

前端 未结 4 2018
暗喜
暗喜 2021-02-04 09:18

I have a ruby on rails application. I am investigating an Apdex decline in my NewRelic portal and I\'m seeing that on average, 250-320ms of time is being spent on GC execution.

4条回答
  •  悲&欢浪女
    2021-02-04 09:44

    There's also this little hack, which may work. But bigger applications tend to allocate such a large amount of memory that you kill a worker per request :-/

提交回复
热议问题