01c29e5cc7
Motivation: Sometimes it is useful to disable recycling completely if memory constraints are very tight. Modifications: Allow to use -Dio.netty.recycler.maxCapacity.default=0 to disable recycling completely. Result: It's possible to disable recycling now.