“Not enough memory to complete this operation” error:
try extending virtual memory:
http://zone.ni.com/reference/en-XX/help/371361R-01/lvhowto/enable_lrg_ad_aware/
“Not enough memory to complete this operation” error:
try extending virtual memory:
http://zone.ni.com/reference/en-XX/help/371361R-01/lvhowto/enable_lrg_ad_aware/
Complete the following steps to modify the Windows boot configuration settings and enable LabVIEW (32-bit) to access up to 3 GB of virtual memory:
Open the command prompt window as an administrator. key to show the list of entries in the Boot Configuration Data (BCD) store. These settings control how the OS launches. key. This command increases the amount of virtual memory that the OS allots to the user to 3072 MB, or 3 GB.
Enter the command bcdedit /enum and press the
Enter the command bcdedit /set increaseuserva 3072 and press the
Restart the system for the changes to the BCD store to take effect.
Refer to the Microsoft website at http://www.microsoft.com for more information about the Boot Configuration Data store, boot.ini file, and Physical Address Extension.