Ruby Garbage Collection Links

For us GC in Ruby is not quite doing the job. When the Garbage collection takes too much time we have to restart our application. Usually when the garbage collection takes too much time, Ruby is also using quite some memory (in our case more then 1.7 GB or more). That is the time when we have to restart our application to free up the memory. Let me know if you got any ideas.

Update:

2 Responses to “Ruby Garbage Collection Links”

  1. roger Says:

    update to latest version of mongrel
    not working–bleak house maybe?

  2. zdavatz Says:

    We do not use Rails, we have our own framwork in Ruby. But now we are totally fine, see
    http://zdavatz.wordpress.com/category/ptmalloc3/

Leave a Reply