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.
PhilOn Thu, Aug 1, 2013 at 9:35 AM, Marcus Denker <marcus.denker@inria.fr> wrote:On Aug 1, 2013, at 1:31 AM, phil@highoctane.be wrote:Doing the flushCaches...Image size before cleaning a MCSmalltalkhubRepository(http://smalltalkhub.com/mc/estebanlm/EclipsePack/main/) : 324017564Image size after cleaning a MCSmalltalkhubRepository(http://smalltalkhub.com/mc/estebanlm/EclipsePack/main/) : 324137232Image size before cleaning a MCSmalltalkhubRepository(http://smalltalkhub.com/mc/philippeback/DripfeedIt/main/) : 324137232Image size after cleaning a MCSmalltalkhubRepository(http://smalltalkhub.com/mc/philippeback/DripfeedIt/main/) : 324195720Image size before cleaning a MCSmalltalkhubRepository(http://smalltalkhub.com/mc/philippeback/HOWebStack/main/) : 324195720Image size after cleaning a MCSmalltalkhubRepository(http://smalltalkhub.com/mc/philippeback/HOWebStack/main/) : 324255300Image size before cleaning a MCSmalltalkhubRepository(http://smalltalkhub.com/mc/philippeback/HOExperiments/main/) : 324255300Image size after cleaning a MCSmalltalkhubRepository(http://smalltalkhub.com/mc/philippeback/HOExperiments/main/) : 324314868Definitely 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