How to find Memory leaks in Rails app

we have developed a rails app that reduces the speed of the website. it works gr8 on restarting the server but prolonged usage causes the server speed to reduce plz help

I guess New Relic has tools that can help you find those memory leaks.

But one thing that I guess taht can help is see if you are creating too many objects at the session and not destroying it.

Thanks Pedro Medeiros i will try new relic

Hi Raju,

You can use Bleakhouse to find out memory leak

https://github.com/evan/bleak_house

Thanks & Regards

Rajarshi Das

Thanks Rajarshi Das i will definitely try it