views:

33

answers:

1

Hi,

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?

Regards,
Rubem

+1  A: 

Use memprof.

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

shingara
It worked just fine, although I miss the old Java profilers.
razenha
You can try to do same in Ruby :)
shingara