I want to use this library to write a simple webbased torrent client, but it seems to eat more and more memory. I tried
to do some profiling with a memory profiler, but that gave me no clear answers. Most logical seems to be that more and
more RubyTorrent::Pieces are created and loaded into memory, but not released anymore.
I'll be happy to help with trouble shooting, but have no clear idea on how to proceed.
I'm using ruby 1.8.4 on linux.
Edwin |