Hi,

What is holding on to the HWEntity?

You can test these two doIts:

PointerFinder on: ( HWEntity allSubInstances first)

( HWEntity allSubInstances first) explorePointers

Best,
Karl



On Sat, Dec 17, 2022 at 11:42 AM Christopher Becker <cb627hf@gmail.com> wrote:

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