Clear Memory During Script Run
Hello all,
I'm running a script in a very large assembly, where this script loops through every component retrieving a number of information for each of them.
The information I need is not that heavy, but it seems like HM saves in its memory much more data than what I'm requesting for each component.
Then it ends up crashing due to the lack of memory.
Is there any way to clear HM memory while a script is running?
Thank you