Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Urgent: Memory is full #339

Open
arevh opened this issue Jan 13, 2024 · 2 comments
Open

Urgent: Memory is full #339

arevh opened this issue Jan 13, 2024 · 2 comments

Comments

@arevh
Copy link

arevh commented Jan 13, 2024

When building large proto files LabVIEW stops the build process after several hours with the error:

LabVIEW: (Hex 0x2) Memory is full.

No Listeners on the GPIB.

I'm using LabVIEW 2020 64-bit, and at the time it brings the error message my RAM shows to be filles by 58%. My RAM is 20GB.
When this error pops up LabVIEW consumes approximately 1270MB of memory, so for sure for 64-bit LV and 20GB RAM, this is not really a memory issue.

gRPC version 1.0.1.1

AB#2624096

@arevh
Copy link
Author

arevh commented Jan 13, 2024

Some more details which may be helpful. The Memory full error is shown for the following VI path:

Error 2 occurred at Invoke Node in gRPC Template Creation Utility-release.lvlib:Find Item in Library.vi->gRPC Template Creation Utility-release.lvlib:Get VIRef from Library.vi->gRPC Template Creation Utility-release.lvlib:Script Rich to Flat Conversion.vi->gRPC Template Creation Utility-release.lvlib:Create Oneof Message Converters (Rich to Flat).vi->gRPC Template Creation Utility-release.lvlib:Create Data Clusters for Types.vi->gRPC Template Creation Utility-release.lvlib:Main.vi

@nokCHE
Copy link

nokCHE commented Dec 5, 2024

We the similar issue here with large .proto files.

references are not closed in the "false" case inside vi
"\gRPC\gRPC Server and Client Template [2]\gRPC Scripting Tools\Library API\Find Item in Library.vi"

closing the references solved this issue for us.
image

please include fix in next version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants