|
|
|||||
|
Re: Re: Memory Leaks in Rails
by
ep
What i observed was: it not leaking, it just sticking within the closures and will get eventually free if the same template is rendered with smaller footprint.
Assume 1st run - render 5000 collection partial where collection initialized in a controller as instance variables.
if the same instance will server the similar request and render the same template with smaller collection, then 'fat' collection will be eventually garbage collected
|
|||||
|
|
|||||