Yes, I think the announcers of morph might be the cause of the problem...
On Thu, Aug 1, 2013 at 1:09 PM, [email protected] <[email protected]>wrote: > I did a little run on those MorphExtensions and got the output file in > annex. > > Cursor wait showWhile: [ > (FileSystem disk workingDirectory / 'MorphExtensions.txt') asFileReference > writeStreamDo: [ :s | > MorphExtension allInstancesDo: [ :each | > each printOn: s. > s lf > ] > ] > ]. > > Looks like there are a lot of Announcers. > > Phil > > > On Thu, Aug 1, 2013 at 9:35 AM, Marcus Denker <[email protected]>wrote: > >> >> On Aug 1, 2013, at 1:31 AM, [email protected] wrote: >> >> Doing the flushCaches... >> >> Image size before cleaning a MCSmalltalkhubRepository( >> http://smalltalkhub.com/mc/estebanlm/EclipsePack/main/) : 324017564 >> Image size after cleaning a MCSmalltalkhubRepository( >> http://smalltalkhub.com/mc/estebanlm/EclipsePack/main/) : 324137232 >> Image size before cleaning a MCSmalltalkhubRepository( >> http://smalltalkhub.com/mc/philippeback/DripfeedIt/main/) : 324137232 >> Image size after cleaning a MCSmalltalkhubRepository( >> http://smalltalkhub.com/mc/philippeback/DripfeedIt/main/) : 324195720 >> Image size before cleaning a MCSmalltalkhubRepository( >> http://smalltalkhub.com/mc/philippeback/HOWebStack/main/) : 324195720 >> Image size after cleaning a MCSmalltalkhubRepository( >> http://smalltalkhub.com/mc/philippeback/HOWebStack/main/) : 324255300 >> Image size before cleaning a MCSmalltalkhubRepository( >> http://smalltalkhub.com/mc/philippeback/HOExperiments/main/) : 324255300 >> Image size after cleaning a MCSmalltalkhubRepository( >> http://smalltalkhub.com/mc/philippeback/HOExperiments/main/) : 324314868 >> >> Definitely not going down... >> >> >> No, we already saw that in your case the reason are many,many instances >> of MorphExtension without the Morphs hanging around. >> (which should not happen as MorphExtensions are only referenced by the >> Morph they extend). >> >> Your case is not a case of caches, there is a real problem somewhere. >> >> Marcus >> >> > -- -- Marcus Denker -- [email protected] http://www.marcusdenker.de
