Hacker News new | past | comments | ask | show | jobs | submit login

I don't know anything about Rails but most memory leaks in managed languages are stuff like lists growing infinitely large, parts of them pointing to data that is no longer relevant. Think badly implemented caches, stuff like that.

If you have enough not-perfectly-cleanly-separated layers of data management interacting, then this gets hard to debug pretty fast.




Not when you have GC graphical debuggers like Java,.NET and JavaScript do.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: