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

Got an error from OVMS: rpc error: code = ResourceExhausted desc = #2871

Open
jiekechoo opened this issue Nov 22, 2024 · 2 comments
Open

Got an error from OVMS: rpc error: code = ResourceExhausted desc = #2871

jiekechoo opened this issue Nov 22, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@jiekechoo
Copy link

jiekechoo commented Nov 22, 2024

Configuration

  1. OVMS version = 2024.3-gpu
  2. model server startup option:
--grpc_workers 6 # CPU count is 12
  1. nireq is not set

Runing OVMS about 24 hours, when I send rpc call to OVMS, got error:

rpc error: code = ResourceExhausted desc = 

Thanks.
Jieke Choo

@jiekechoo jiekechoo added the bug Something isn't working label Nov 22, 2024
@atobiszei
Copy link
Collaborator

Hi @jiekechoo
Could you provide reproduction steps on client side?
What is the CPU usage at the time of observing this error?
What are OVMS logs at time of this error?

@jiekechoo
Copy link
Author

Hi @jiekechoo

Could you provide reproduction steps on client side?

What is the CPU usage at the time of observing this error?

What are OVMS logs at time of this error?

@atobiszei Thanks for your support.

  • CPU usage is less than 50%;
  • iGPU: <20%;
  • Memory: <30%;
  • OVMS and the gRPC client are two containers in the same machine;
  • the client has more than 30 calls in multiple threads , 2fps each call ;
  • at the first 24 hours maybe 30, it worked. I found that there was no inference result for the client, got the error;

I'll try to catch more logs by DEBUG level.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants