On 29 Jan 2014, at 08:51, Hilaire Fernandes <[email protected]> wrote:
> Hello,
>
> I have an ever growing image, now about 57MB and can't get it down:
Monticello is one problem:
MCVersionInfo allInstances do: [ :each | each instVarNamed: 'ancestors'
put: nil ].
this shrinks current Pharo3 by 5MB.
(but this does not explain all your memory use)
Marcus
