Re: Why does a vi not release memory even when arrays have been emptied?

2004-02-10 Thread waldemar.hersacher
You can set under Tools>>Options>>Performance and Disk the "Deallocate memory as soon as possible" check box. This will release memory earlier than LV will normally do. It will increase runtime in the case when memory is allocated and freed often during the processing of the data. In LV 7.0 under A

Re: Why does a vi not release memory even when arrays have been emptied?

2004-02-10 Thread Musketeer
Thank you Mads - you've pointed me in a new direction.

Re: Why does a vi not release memory even when arrays have been emptied?

2004-02-09 Thread Mads
Sounds like there is a copy of the arrays that is never deleted...but it's not good to tell without the code. You could try stripping away parts of the code and see if there is a certain part that keeps the memory (try loading the VI dynamically and then unload it completely, do you see the same ef