What are the most common things in PowerScript that consume memory without releasing it?
I'm trying to troubleshoot a window that is consuming memory at a level we were not expecting, and I'm honestly running out of ideas of what to even look for. I've read over various posts here and elsewhere over the years that you should either call Reset() or ResetUpdate() on a DataWindow for example (I've seen both, not sure if both will give the same ultimate result) and potentially even clearing the dataobject property itself, but they do not seem to be the culprit and I'm not sure where else to even begin.