OpenSearch/modules/transport-netty4
Henning Andersen 49bb5fb642 Netty4: switch to composite cumulator (#49478)
The default merge cumulator used in netty transport leads to additional
GC pressure and memory copying when a message that exceeds the chunk
size is handled. This is especially a problem on G1 GC, since we get
many "humongous" allocations and that can in theory cause real memory
circuit breaker to break unnecessarily.
2019-11-22 18:14:10 +01:00
..
licenses Upgrade to Netty 4.1.43 (#48484) 2019-10-25 10:17:25 -06:00
src Netty4: switch to composite cumulator (#49478) 2019-11-22 18:14:10 +01:00
build.gradle Apply 2-space indent to all gradle scripts (#49071) 2019-11-14 11:01:23 +00:00