开发者

Profile a delayed_job task in a Ruby on Rails app/Memory leak

开发者 https://www.devze.com 2023-01-22 18:51 出处:网络
One of my delayed_job tasks has a serious memory leak and I\'m having a hard time solving it. Can anyone recommend a good tool for profile a delayed_job task in order to solve this memory leak?

One of my delayed_job tasks has a serious memory leak and I'm having a hard time solving it. Can anyone recommend a good tool for profile a delayed_job task in order to solve this memory leak?

R开发者_如何学Goegards,

Rubem


Use memprof.

Here's a tutorial about it: http://timetobleed.com/memprof-a-ruby-level-memory-profiler/

0

精彩评论

暂无评论...
验证码 换一张
取 消