Re: [Rd] forcing gc() to do its work

2008-02-16 Thread Duncan Murdoch
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

[Rd] forcing gc() to do its work

2008-02-16 Thread Vadim Organovich
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