From: daz Date: 2005-07-14T07:12:23+09:00 Subject: Re: How do I reduce the memory usage of a script? (Called away from keyboard) Compare last with: if (!found) then puts "Unknown #{f}" end data = nil GC.start # garbage collect .... which will garbage collect more often. Best, daz