Skip to content

Solved Re: Garbage collection problem

1 message · Peter Langfelder

#
Thanks for your reply, Duncan - you hit the nail on the head (as
usual, the problem turned out to sit between the keyboard and the
chair :)). My function does return regression models that contain the
input formulae together with the associated (big) environment.

Peter
On Thu, Jan 3, 2013 at 4:41 PM, Duncan Murdoch <murdoch.duncan at gmail.com> wrote:
If I understand correctly, sharing would inflate the sum of
object.size()'s relative to the values returned by gc(), correct? The
opposite is happening in my case.