Re: [Pharo-users] Ever growing Pharo 2.0 image

2014-01-29 Thread Marcus Denker
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

Re: [Pharo-users] Ever growing Pharo 2.0 image

2014-01-29 Thread Hilaire Fernandes
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

Re: [Pharo-users] Ever growing Pharo 2.0 image

2014-01-28 Thread Marcus Denker
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

[Pharo-users] Ever growing Pharo 2.0 image

2014-01-28 Thread Hilaire Fernandes
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 ramping processes I mainly use Morph and Form, but I don't see them consu