On 29 Jan 2014, at 08:51, Hilaire Fernandes wrote:
> Hello,
>
> I have an ever growing image, now about 57MB and can't get it down:
> - I reset the variables in workspace
> - purge my class instances
> - Check with SpaceTally my classes
> - do a ImageCleaner cleanUpForRelease
> - chack for ramp
Le 29/01/2014 08:57, Marcus Denker a écrit :
> MCVersionInfo allInstances do: [ :each | each instVarNamed: 'ancestors' put:
> nil ].
Did not know this one, it gets it down for less than 1MB
Thanks
Hilaire
--
Dr. Geo http://drgeo.eu
On 29 Jan 2014, at 08:51, Hilaire Fernandes 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.
(bu