Yeah, that's a tad weird.
I am quite concerned about that image ballooning effect.
I've got a dev image and it is now 185.515.948
I did the flush thing��
MCFileBasedRepository flushAllCaches.
3 timesRepeat: [Smalltalk garbageCollect].
and now, it is 158.740.484
SpaceTally new printSpaceAnalysis
shows:
Class �� �� �� �� �� �� �� �� �� �� �� �� �� �� �� �� �� �� �� �� ��code space # instances ��inst space �� �� percent �� inst average size
Array �� �� �� �� �� �� �� �� �� �� �� �� �� �� �� �� �� �� �� �� �� �� �� ��3712 �� �� ��817192 �� �� ��31395576 �� �� �� 19.30 �� �� �� �� �� �� �� 38.42
Float �� �� �� �� �� �� �� �� �� �� �� �� �� �� �� �� �� �� �� �� �� �� �� 13047 �� �� 1313593 �� �� ��15763116 �� �� �� ��9.70 �� �� �� �� �� �� �� 12.00
ByteString �� �� �� �� �� �� �� �� �� �� �� �� �� �� �� �� �� �� �� �� �� 2785 �� �� ��378125 �� �� ��13078821 �� �� �� ��8.00 �� �� �� �� �� �� �� 34.59
MorphExtension �� �� �� �� �� �� �� �� �� �� �� �� �� �� �� �� �� �� �� 3097 �� �� ��157557 �� �� ��10713876 �� �� �� ��6.60 �� �� �� �� �� �� �� 68.00
Bitmap �� �� �� �� �� �� �� �� �� �� �� �� �� �� �� �� �� �� �� �� �� �� �� 3653 �� �� �� ��1975 �� �� ��10198648 �� �� �� ��6.30 �� �� �� �� �� �� 5163.87
TextMethodLink �� �� �� �� �� �� �� �� �� �� �� �� �� �� �� �� �� �� �� ��419 �� �� ��392396 �� �� �� 9417504 �� �� �� ��5.80 �� �� �� �� �� �� �� 24.00
Point �� �� �� �� �� �� �� �� �� �� �� �� �� �� �� �� �� �� �� �� �� �� �� ��7105 �� �� ��711444 �� �� �� 8537328 �� �� �� ��5.30 �� �� �� �� �� �� �� 12.00
CompiledMethod �� �� �� �� �� �� �� �� �� �� �� �� �� �� �� �� �� �� ��22467 �� �� �� 82802 �� �� �� 5215856 �� �� �� ��3.20 �� �� �� �� �� �� �� 62.99
SHRange �� �� �� �� �� �� �� �� �� �� �� �� �� �� �� �� �� �� �� �� �� �� ��1919 �� �� ��217316 �� �� �� 4346320 �� �� �� ��2.70 �� �� �� �� �� �� �� 20.00
Rectangle �� �� �� �� �� �� �� �� �� �� �� �� �� �� �� �� �� �� �� �� �� ��8795 �� �� ��325385 �� �� �� 3904620 �� �� �� ��2.40 �� �� �� �� �� �� �� 12.00
TableLayoutProperties �� �� �� �� �� �� �� �� �� �� �� �� �� �� �� ��1169 �� �� �� 49629 �� �� �� 3573288 �� �� �� ��2.20 �� �� �� �� �� �� �� 72.00
Semaphore �� �� �� �� �� �� �� �� �� �� �� �� �� �� �� �� �� �� �� �� �� �� 949 �� �� ��149195 �� �� �� 2983900 �� �� �� ��1.80 �� �� �� �� �� �� �� 20.00
A ton of MorphExtensions (which is a know problem).
but also quite some TextMethodLinks, which I do not understand.
SHRange, from styling things I guess, lots of remnants.
And quite a bunch of Semaphores, too much I think.
Tons of Arrays and floats. I do a lot of NeoCSV loads in the image.
Phil