From: Michael Neumann Date: 2004-10-25T09:21:37+09:00 Subject: Re: Forcing a GC run On Mon, Oct 25, 2004 at 05:54:08AM +0900, Tobias Peters wrote: > Michael Neumann wrote: > >How can I force that the GC frees all unreferenced objects? > > This is impossible, because ruby's GC is conservative. > > You can only rely on all objects getting freed before a clean exit of > the interpreter. Thanks. My problems are gone now. Regards, Michael