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.

2012/12/11 Purushothaman R. [email protected]

To view this discussion on the web visit
https://groups.google.com/d/msg/rubyonrails-talk/-/pF7aEst6t_4J.
For more options, visit https://groups.google.com/groups/opt_out.


Pedro Henrique de Souza Medeiros

Cel: +55 (61) 9197-0993
Email: [email protected]

Beautiful is better than ugly,
Explicit is better than implicit,
Simple is better than complex,
Complex is better than complicated.

The Zen of Python, by Tim Peters

Thanks Pedro Medeiros i will try new relic

Hi Raju,

You can use Bleakhouse to find out memory leak

Thanks & Regards
Rajarshi Das

Thanks Rajarshi Das i will definitely try it

On Thu, Dec 13, 2012 at 6:45 PM, Rajarshi [email protected] wrote:

You received this message because you are subscribed to the Google G.


Cheers​:heart::heart:,
Purushothaman R.
Web-Developer, OpenDoor technologies Pvt Ltd.
website : Web development FAQ’s
http://faqwebdevelopment.blogspot.in/

9945750110

No tools helped us much. This what we
did,

Thanks.