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:

3 thoughts on “Ruby Garbage Collection Links

Leave a Reply

Please log in using one of these methods to post your comment:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s