From: "M. Edward (Ed) Borasky" Date: 2008-07-03T12:39:22+09:00 Subject: Re: Ruby 1.9.0/1.8.7/1.8.6/1.8.5 new releases (Security Fix) Doug Alcorn wrote: > Igal Koshevoy wrote: > >> Can you or one of your engineers try to figure out how to trigger this >> memory ballooning problem? That'd be really valuable to the Ruby >> community. >> > > Not only to the community, but also my client. I've been working on it > on and off for several weeks. I'm not sure I have the right skills atm > to do memory profiling. I'd be interested in some good pointers on how > to memory profile ruby/rails apps I've never used it, but I believe "valgrind" is the tool one uses to check for memory leaks in C code -- like MRI, for example. :)