netty5/common/src
Scott Mitchell 6cd5e8b0ca Reduce the default number of objects retained by the Recycler per thread
Motivation:
The Recycler currently retains 32k objects per thread by default. The Recycler is used in more than just one place and may result in large amounts of memory bloat if spikes of traffic are observed.

Modifications:
- Reduce the Recyclers default capacity from 32k to 4k.

Result:
- Lower default capacity of the Recycler and less memory retained.
2018-02-09 19:56:01 +01:00
..
main Reduce the default number of objects retained by the Recycler per thread 2018-02-09 19:56:01 +01:00
test Avoid register multiple cleaner task for same thread's FastThreadLocal index 2018-02-05 09:05:51 +01:00