netty5/common/src
Norman Maurer 445a547265 Set Recycler DEFAULT_INITIAL_MAX_CAPACITY to a more sane value
Motivation:

We used a very high number for DEFAULT_INITIAL_MAX_CAPACITY (over 200k) which is not very relastic and my lead to very surprising memory usage if allocations happen in bursts.

Modifications:

Use a more sane default value of 32k

Result:

Less possible memory usage by default
2016-07-27 07:59:23 +02:00
..
main Set Recycler DEFAULT_INITIAL_MAX_CAPACITY to a more sane value 2016-07-27 07:59:23 +02:00
test [#5551] Fix sporadic GlobalEventExecutorTest.testAutomaticStartStop test failure 2016-07-25 08:26:30 +02:00