Post by Peter Cooper on April 30th, 2007

BleakHouse: Tool to find memory leaks in your Rails applications

Bleakhouse

Bleakhouse is a new Rails plugin by Evan Weaver that helps you find memory leaks in your Rails applications. It does this by hammering ObjectSpace for information throughout the execution of your app and by producing pretty charts to show you what's going on. It's easy to install and get running, so if memory leaks or application stability have proven to be sore points for you, give it a try straight away.

2 Responses to “BleakHouse: Tool to find memory leaks in your Rails applications”

  1. #1
    Hendy Irawan Says:

    Wow...

    I'm still wondering if there's a graphical _profiler_ available for Rails/Ruby, and Evan has come up with a memory leak hunter?

    The world is good. :-)

  2. #2
    John Says:

    Thanks, I'm running a Ruby app under MediaTemple using the GridServers. So far ok, but needed to boost the memory a bit.

    They say they're working on the memory leak inside Ruby Containers, trust them, just seems this is a common problem with this language.

    But then it is still pretty new.