This repository has been archived by the owner on Apr 4, 2024. It is now read-only.
ProtocInvoker: [Protoc error log] /tmp/descriptor4060452770577537186.pb.bin: No space left on device #240
Unanswered
melikhovPluto
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We use 2 grpc methods in the release process and have no issues. Recently I added 5 more endpoints and I got an error
ProtocInvoker: [Protoc error log] /tmp/descriptor4060452770577537186.pb.bin: No space left on the device
We debugged it and saw that the whole space with 50GB was full of many protoc jars. After 40 minutes of load, the test is failing now. Is it possible to turn off this copy-and-paste or filter it somehow otherwise we have to add more and more memory but 50GB for the temp folder should be more than enough.
If you have any ideas on how to fix it please let me know.
Thank you
Beta Was this translation helpful? Give feedback.
All reactions