|
|
|
|
|
by obl
2920 days ago
|
|
I have no idea about either ruby or rails but since ruby is a managed language this kind of issues seem like they should be pretty easy to debug ? After all, if the gc is not freeing the memory then it must know a reachable path to it so the blame should be easy to assign. Does ruby not have any good heap profiling tool ? |
|
If you have enough not-perfectly-cleanly-separated layers of data management interacting, then this gets hard to debug pretty fast.