From: edek Date: 2008-08-24T21:51:03+09:00 Subject: Searching for memory leaks in my app Hi, my RoR 2.1.0 (ruby 1.8.6p116) application leaks the memory. It's rather not mongrel issue, because I have also custom script that includes all RoR environment and it does the same. Are there any tools or methods that would allow me to see where's the problem? Maybe it's one of the gems? (but how to check it?) m.