LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Application limit to 1G memory allocation

after all i'd search for methods to reduce the amount of data and to optimize algorithms (well, >2GB is a LOT of data... )
Best regards
chris

CL(A)Dly bending G-Force with LabVIEW

famous last words: "oh my god, it is full of stars!"
0 Kudos
Message 11 of 14
(666 Views)

In the following article http://zone.ni.com/reference/en-XX/help/371361D-01/lvhowto/enable_lrg_ad_aware/ there is an explanation how to access 3G and even 4G memory with Windows XP.

Is it referring to Labview 8.5 only? Is it relevant to Labview 8.2?

Does anyone succeed to gain 4G memory?

Regards

Gabi

 

 

0 Kudos
Message 12 of 14
(651 Views)
LV 8.5 only. LV8.2 and below were only 2GB applications.
Jarrod S.
National Instruments
Message 13 of 14
(640 Views)
Windows, by default, sets the upper 0.5BBytes of the 2GByte memory space aside for system code.  So, in getting 1.5GBytes, you have probably reached your limit.  Check out Managing Large Data Sets in LabVIEW for more information.  If you need more than 1.5GBytes, there are options, but you will take a speed hit.  The easiest is to use a disk cache.  Next on the list is compressing your data in memory.

Good luck.
Message 14 of 14
(604 Views)