It should be able to handle it. You will need to modify the max message size on the Channel / Server to accommodate it, as the default is 4MB.
If you are sending a lot at the same time, you may want to tune your heap size as well as direct memory (-Xmx, -Xms, and -XX:MaxDirectMemorySize). gRPC prefers to use direct memory, which is normally unused by most applications. It should be a fairly high value, but probably not more than young gen. On Tuesday, January 23, 2018 at 5:54:56 PM UTC-8, Anjaneya Srujan Narkedamalli wrote: > > Are there any caveats with using large message sizes of around 100 MiB in > gRPC? > -- 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 post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/grpc-io. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/f19ca700-75ca-4895-8399-a0758d5e602b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
