netty5/common/src
Norman Maurer 1dfcfc17fa Allow to change link capacity via system property
Motivation:

Sometimes people may want to trade GC with memory overhead. For this it can be useful to allow to change the capacity of the array that is hold in the Link that is used by the Recycler internally.

Modifications:

Introduce a new system property , io.netty.recycler.linkCapacity which allows to change the capcity.

Result:

More flexible configuration of netty.
2016-05-31 14:05:23 +02:00
..
main Allow to change link capacity via system property 2016-05-31 14:05:23 +02:00
test DefaultPromise StackOverflowError protection 2016-05-24 14:59:27 -07:00