rsocket-kotlin icon indicating copy to clipboard operation
rsocket-kotlin copied to clipboard

Predictable client/server memory usage by limiting payload size

Open mostroverkhov opened this issue 7 years ago • 0 comments

Poroposed in https://github.com/rsocket/rsocket-java/issues/514

Given accounting is number of frame based, supporting max message sizes (fragmentation aware) sounds like a good tuning parameter. I would expect to be able to size the memory of an rsocket server predictably for the number of supported clients and configured credits etc.

mostroverkhov avatar Jul 14 '18 04:07 mostroverkhov