Hi, I am trying with bleak_house... it gives the dump... but in dump 
analyze I am getting the following output...I am not able to track this 
output also..pls help me out.

bleak /tmp/bleak.6524.0.dump
Displaying top 20 most common line/class pairs
456423 total objects
456423 filled heap slots
296358 free heap slots
408091 __null__:__null__:__node__
37164 __null__:__null__:String
2983 __null__:__null__:Class
1505 __null__:__null__:Array
1399 __null__:__null__:Regexp
1107 __null__:__null__:Proc
809 __null__:__null__:Hash
585 __null__:__null__:__varmap__
515 __null__:__null__:Module
259 __null__:__null__:__scope__
171 __null__:__null__:ActiveRecord::ConnectionAdapters::MysqlColumn
167 __null__:__null__:Range
167 __null__:__null__:ActionController::Routing::DividerSegment
86 __null__:__null__:Float
85 __null__:__null__:SOAP
74 __null__:__null__:ActionController::Routing::StaticSegment
73 __null__:__null__:XSD::QName
62 __null__:__null__:Gem::Requirement
54 __null__:__null__:Gem::Version
54 __null__:__null__:ActiveRecord::Reflection::AssociationReflection

> However, you probably shouldn't be using valgrind to try to debug
> memory leaks in Ruby or Rails -- valgrind is going to see memory
> malloc()ed by the Ruby interpreter for fast object allocation as a
> leak, which it isn't. Plus, valgrind is going to tell you where in the
> C code (ruby interpreter source code) the leak "appears" to come from
> -- which is totally useless for what you're probably trying to do.
> 
> I recommend using Bleak House instead to track down Ruby and Rails
> memory leaks:
> 
>   http://blog.evanweaver.com/files/doc/fauna/bleak_house/files/README.html
> 
> Good luck.

-- 
Posted via http://www.ruby-forum.com/.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to