05-28-2020 12:26 PM
hi
In the application 3 clones of GUI is run ,but the RAM usage is increasing untill Labview crashes.Is this issue with DQMH clones
05-28-2020 12:53 PM
Please explain. Perhaps attaching some example code that reproduces the issue might help.
05-31-2020 10:16 AM
hi
the programe is a bit large,Through Desktop execution trace toolkit it was found so many memory resize,allocations etc.
a part of code is attached
06-02-2020 06:51 PM
@Sajeesh wrote:
hi
the programe is a bit large,Through Desktop execution trace toolkit it was found so many memory resize,allocations etc.
a part of code is attached
Hi Sajeesh,
The code you attached doesn't have any calls to DQMH. We have done multiple applications with cloneable DQMH modules and by themselves, they do not have a memory leak. Seems like the code added to the cloneable modules is causing the issues.
Without knowing much about your application, a couple of suggestions I have that have helped us make DQMH modules more performant:
If you post the attached code in the generic LabVIEW forums, others can help you make it more performant.
I hope this helps.
Best regards,
Fab