Home / Kiosk / Not enough memory to complete this operation

Not enough memory to complete this operation

“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/

One thought on “Not enough memory to complete this operation

  1. 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.
    Enter the command bcdedit /enum and press the key to show the list of entries in the Boot Configuration Data (BCD) store. These settings control how the OS launches.
    Enter the command bcdedit /set increaseuserva 3072 and press the
    key. This command increases the amount of virtual memory that the OS allots to the user to 3072 MB, or 3 GB.
    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.

Leave a Reply

Your email address will not be published. Required fields are marked *