On 16/02/2008 7:56 PM, Vadim Organovich wrote:
> Hi,
>
> At some points of my computations I want gc() to try really hard and collect
> as many objects as possible even though the triggering limits are not hit.
> Will it help if I temporarily set the limits to some small values, call gc()
> and
Hi,
At some points of my computations I want gc() to try really hard and collect as
many objects as possible even though the triggering limits are not hit. Will it
help if I temporarily set the limits to some small values, call gc() and then
reset them back to their original values? What variab