Rails: memory leak links
Following is a small collection of memory leak related posts I found useful searching for Rails’ leak related info
- http://codehappy.wordpress.com/2007/01/17/tracking-a-memory-leak-in-rails/
- http://blog.segment7.net/articles/2006/08/24/memory-leaks-cached_model-and-backend-jobs
- http://tomcopeland.blogs.com/juniordeveloper/2007/09/tracking-down-a.html
- http://scottstuff.net/blog/articles/2006/08/17/memory-leak-profiling-with-rails
- http://blog.evanweaver.com/articles/2007/04/28/bleak_house/
Armed with the following info I’m embarking on writing my own rails memory leak debugger. It’s called ‘Dike’ - stay tuned for an pre-release…