LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

out of memory exception caught in IIvm gencode

Hi,

I am using Labview2010 to do measurement and show in 3D plots. When I try to save the vi file in the project, it caused error. The Error message is

 

Compiler error. Report this problem to National Instruments Tech Support.

Out of memory exception caught in IIvm gencode.

 

See the attached image.

 

I notice that the PF Usage (Window Task Manager) is around 3GB when it happened.

By the way, I changed the C:\boot.ini to 3GB already.

 

Any suggestion?

 

Thanks,

Ott

0 Kudos
Message 1 of 2
(2,280 Views)

Hey Ott,

 

Is this upgraded code? Are you using many Case Structures or many Stacked Sequence Structures?  We can try doing a Mass Compile.

If the above doesn't work lets try this.

1) Open your LLB and convert it to a directory.
2) Split these VIs into multiple subdirectories (this will help to mass compile in smaller groups.
3) Mass compile individual folders in LabVIEW 2010.
4)Mass compile Top Level VI
5) This will only compile the top level VI since all of the subVIs are already compiled in LabVIEW 2010 and therefore use less memory.

Let me know if any of this proves helpful.

Ricky V.

National Instruments
Applications Engineer
0 Kudos
Message 2 of 2
(2,262 Views)