From: Edouard Dantes Date: 2009-03-17T21:10:41+09:00 Subject: free RAM problem Hi, I am doing some text processing. I clean every variable after each loop and use the GC.start ObjectSpace.garbage_collect after each loop too. So I have three variables whose cumulative size always remain inferior to 100'000 utf8 characters. Nevertheless my free RAM is falling with run-time length like if each time loaded is added to the RAM. How can I force the RAM to clean completely from no-used stuff? thanks -- Posted via http://www.ruby-forum.com/.