02-02-2011 12:28 PM
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
02-03-2011
11:01 AM
- last edited on
05-19-2025
04:22 PM
by
Content Cleaner
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.