I had this trouble with Squeak. It transpired that Squeak has a recycle bin! I changed a preference and all my junk objects disappeared. On 07.02.2015 10:19, Thierry Goubier wrote:
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 <mailto: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
-- /The essence of object orientation is that objects collaborateto achieve a goal. / Trygve Reenskaug mailto: trygver@ifi.uio.no <mailto:%20trygver@ifi.uio.no> Morgedalsvn. 5A http://folk.uio.no/trygver/ N-0378 Oslo http://fullOO.info Norway Tel: (+47) 22 49 57 27