Memory profiling with JRuby

Many of you have asked how to inspect a running JRuby instance’s
memory layout, so I finally wrote up a blog post on the tools I use
most often: jmap/jhat and VisualVM.

I hope you’ll all play with the tools and write up blog posts or wiki
articles on your experiences :slight_smile:

  • Charlie

To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email

Charles Nutter wrote:

Many of you have asked how to inspect a running JRuby instance’s
memory layout, so I finally wrote up a blog post on the tools I use
most often: jmap/jhat and VisualVM.

http://blog.headius.com/2010/07/browsing-memory-jruby-way.html

Cool beans.

Also saw this the other day:
http://cheri.rubyforge.org/cjx.html

A slightly ruby-ified version I suppose.
-r