From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Not enough memory

Hi there,
I ran LabVIEW 7.1 to analyze the data file (18MB, around 600,000 data points) for peak detection. I got the error message "Not enough memory to complete this operation. Memory is full". My comupter has 1GB memory. Any idea how to fix it?
Thanks a lot.
0 Kudos
Message 1 of 2
(2,497 Views)
600000 DBL data points should be peanuts for LabVIEW, I can create array 10x that size without problems (and I have less memory). 🙂

It seems you are making way too many data copies. Can you post your code, I'm sure it can be streamlined. Are you using local variables?

Can you set it to e.g. only 60000 (10x less) points for testing, and if it runs, show the memory usage in VI properties (especially the DATA portion).
0 Kudos
Message 2 of 2
(2,490 Views)