Hi all,
After a long period of development, I'm testing the robustess of my process in loop.
I get a memory increasing of around 100MB during 15 hours.
It's quite a lot and I need to fix it for production usage.
I'm using TS2019 with a custom OI developed in LV2019 (I don' t have the source code of this OI)
I'm using a lot of .NET code modules so to investigate, I run OI under Visual Studio debugger to profile memory usage.
I don't see any CLR memory leak.
But when I close OI, I get a TS memory leak warning like that :
"References to PropertyObjects were not released properly.
Total number of objects: 163367
Number of top-level objects: 647"
I think a lot of TS object has not been released during my loop test.
But I don't know why and I don't know how to get the root cause.
please, can someone help me and give me some way to investigate on this issue.
Thanks in advance for your help