Hi all!

 

I have an Image file that is now about 345 MB in size but should be closer to 60 MB. The Image is growing in size day by day. When I do the following I get a seemingly never-ending list of objects in the Transcript:

 

HWEntity allSubInstances do: [ :hwe | Transcript show: hwe; cr. ].

 

I tried doing the following to release the objects from memory but the above still displays the objects:

 

HWEntity allSubInstances do: [ :hwe | hwe release. ].

 

Is there anything else I can do to free up memory?

 

Thanks in advance,

 

Chris Becker

 

Sent from Mail for Windows