01-23-2020
06:39 PM
- last edited on
11-18-2024
10:24 AM
by
Content Cleaner
LabVIEW NXG automatically generates ".cache" folder.
I found the size of project folder was huge (in this case, about 45MB),
looking into the folder, "*.lvcodedb" accounts for the size, about 43MB.
I'd like to know
According to this article, workaround for CAR 688729 said "Delete the .lvcodedb file of the project"
so guess I can remove it but don't want to do without knowing what is it.
LabVIEW Communications 802.11 Application Framework 2.5 and 3.0 Known Issues
Solved! Go to Solution.
01-23-2020 07:29 PM
It contains the compiled code from your project. If you delete it, all the code will have to recompile, which slows down load time.
01-23-2020 08:37 PM