LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How does one get Labview to use all of the virtual memory available in Win2K?

I am building arrays so contiguous memory is required, but I get a "Memory Full" error when building an array that is just over my physical memory size. I get these errors after loading TIFF pics into the vi through IMAQ vi's. I then build the arrays to hold calculation info from the pic. The arrays are the size of the pic (# of pixel * 8bit) for grayscale. Picture sizes are about 15000 x 5000 and my system has about 1GB of physical memory and another 4GB of virtual.
0 Kudos
Message 1 of 2
(2,634 Views)
I don't believe that LabVIEW differentiates between physical and virtual memory. LabVIEW asks the OS for general purpose memory and takes what it gets. There is another Developer Exchange discussion about this that you may want to take a look at. It sounds like you can't really determine which one LabVIEW gets.
J.R. Allen
0 Kudos
Message 2 of 2
(2,634 Views)