Hi,

a fairly long report on the image and memory hogs is :

SmalltalkImage current reportCPUandRAM

Writes files in the image folder containing all the information. Takes a while to run.

Thierry

2015-02-07 9:53 GMT+01:00 Stephan Eggermont <stephan@stack.nl>:
You might want to inspect this to see if this gets you something interesting.

(Object allSubclasses collect: [ :aClass |
� � � � aClass -> aClass allInstances size])
� � � � sort: [ :a :b | a value > b value ]

It takes some time to run, especially in a larger image.

Stephan