@HKJ what can I do to help diagnose a TestController memory leak?
I have two situations that lock up TC / javaw with an obvious memory overflow (using SysInternals Process Explorer to examine Private Bytes / Working Set size
Pretty simple:* Load a CSV into Table
* Enable a predefined Math formula
* Go to current and view the value
* Repeat
ResultAfter about ten rounds, the javaw.exe memory footprint has grown from ~150MB to over 330MB, and TC is no longer responsive. Can't close it, etc. Have to kill the process
More complexI have a variant of pukker's battery test script.
* Run script
* Press Reset
Repeat 4 times ok, 5th time TC is not responsive. Memory footprint again too big.
NO errors or messages in Debug window