> Does it mean I have memory leaks?
> I read somewhere that "MRI's garbage collector never returns memory to
> the system". that can explain what I see, but is it true? If so, is
> there any solution?
MRI returns memory to the system if it is alloc'ed and free'ed
besides that it allocates memory in ever increasing heap sizes, which
means that they have less and less of a chance to be reclaimed [though
in 1.9 they are 2K each so less of a problem...I guess].
Anyway, to the point--try 1.9 or 1.8.x with MBARI patches they are much
better with memory [or jruby].
-=r
--
Posted via
http://www.ruby-forum.com/.