LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

CVITdms library - memory consumption problem

Hi all!

I am using a Diadem library to create .tdms files

Through the DLL, I create and open a file and so, I start to append data values.

When I look at the task manager, I can note that the memory consumption of my application does not stop to increase until I stop my program.

I also tried to start the program without start the logging methods, that use the tdms libraries, and so, this behavior does not occur.

I flush the data every 30 seconds or every 500 registers.

How can I solve this problem of memory consumption?

Regards
Gustavo
0 Kudos
Message 1 of 3
(3,103 Views)
Does memory go back to normal after you stop logging or does it stay where it had been during logging? Will it further accumulate if you start and stop logging multiple times?
Herbert
0 Kudos
Message 2 of 3
(3,095 Views)
The memory consumption only occurs when I load cvitdms library. I load it dynamically.

Any idea? Is it a bug?

Regards


0 Kudos
Message 3 of 3
(3,087 Views)