Re: [grpc-io] Consequences for increasing flowControlWindow?

2017-12-06 Thread 'Eric Anderson' via grpc.io
I'd suggest increasing the number only if you can show the result of (bandwidth * RTT) is higher than the current value (1 MB). We'd really like to be auto-tuning this value, but because we use such a high default value it's not been a huge burden. Go and C actually already auto-scale. And Java

[grpc-io] Consequences for increasing flowControlWindow?

2017-12-05 Thread thas . himal
I am using NettyChannelBuilder on my client and NettyServerBuilder on my server. I notice when I increase the flowControlWindow option on the