From: daz Date: 2005-07-14T07:00:51+09:00 Subject: Re: How do I reduce the memory usage of a script? Scott Ellsworth wrote: > Hi, all. > [...] > > This script blows through half a gig of RAM while running, and I really > do not see why. It should only have perhaps a few megabytes at max in > RAM. > [...] > if (!found) then > puts "Unknown #{f}" else data = nil GC.start # garbage collect > end Any better with that addition ? daz