I'm using TS 4 and I've encountered a memory leak in one of the sequences I am using. After the sequence had run for 2 weeks (non-stop), an "out of memory" teststand error box appeared. After restarting the sequence, I kept track of any growing programs (memory-wise) in Windows Task Manager to find the culprit. SeqEdit.exe (the teststand editor used to run the sequence) started out at 70K memory use and yesterday (after about a week or so) had grown to 300K.
I am wondering if anyone has experienced something like this before? Is the problem somewhere in the labview VIs (although LabVIEW.exe isn't increasing its memory usage) or in teststand?
The sequence in question is not using any sort of growing arrays or anything of the sort. It is mostly communicating through VIserver with a number of outside applications. (those applications operate several pieces of hardware)
Any input is welcome