Hi, I have a simple grpc service that returns "hello" to the client. The server is running on 80 core machine. I am using *ghz *tool to load test the service. It's able to serve 40k requests per second but the rest of the 20k requests are queued and all grpc threads are in waiting state. CPU is underutilized to 7% and memory is 7-10%.
More details are mentioned here: https://stackoverflow.com/questions/66385871/grpc-server-in-java-to-support-huge-load-of-requests What are the required settings to support more load of incoming requests? Thanks, Nitish -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/d51eea8a-71b5-4027-b000-d3b8ae2d4062n%40googlegroups.com.
