I did. No significant change. --- Philippe Back Dramatic Performance Improvements Mob: +32(0) 478 650 140 | Fax: +32 (0) 70 408 027 Mail:phil@highoctane.be | Web: http://philippeback.eu Blog: http://philippeback.be | Twitter: @philippeback Youtube: http://www.youtube.com/user/philippeback/videos High Octane SPRL rue cour Boisacq 101 | 1301 Bierges | Belgium Featured on the Software Process and Measurement Cast http://spamcast.libsyn.com Sparx Systems Enterprise Architect and Ability Engineering EADocX Value Added Reseller On Mon, Jul 29, 2013 at 2:20 PM, Marcus Denker <marcus.denker@inria.fr>wrote:
On Jul 29, 2013, at 11:29 AM, phil@highoctane.be wrote:
Hello,
I've been loading all of those packages in order to build a full web stack development image.
Everything now loads fine and kind of works but...
The image is really slowing down and the size is getting very large.
Here is the current one:
332580684 29 jul 10:50 Pharo-DripfeedIt-Magritte3-OpenDBX_20130729_1050.image
300+ megs...
Can you try to execute
ImageCleaner cleanUpForRelease
This way we know if maybe some cache is hanging onto something.
I've been doing some development in there and started looking for why this was getting so large and slow.
I did a SpaceTally print analysis and imported the results in a spreadsheet.
Look at the top consumers, especially the Semaphore thing. It is way beyond whatever was expected. There is something wrong there.
There must be a leak of Points, MorphExtensions and I can't just figure out why there are so many Floats.
MorphExtension should only be referenced by the Morph it extends. So there should always be more Morphs than extensions. This looks really strange.
Marcus