From: Roger Pack Date: 2007-11-08T05:54:33+09:00 Subject: memory consumption So...does anyone find it odd that running a rails console uses 80MB of memory? Why so much? I profile it and it says 'yep you have 300000 strings' but...I'm not doing anything too weird--what gives? Dike can't even find where all the strings are being created (though a good chunk of them are created in activesupport/dependencies/new_constants_in (discovered using a nice commercial tool softwareverify.com which trial version expires soon). Any thoughts? Thanks. -- Posted via http://www.ruby-forum.com/.