Netty PoolThreadCache 似乎占用了大部分内存。如何优化?

Netty PoolThreadCache seems to be occupying most of the memory. How can it be optimized?

看起来 MpscArrayQueue 创建了很多空数组。这在我们的高吞吐量、低延迟应用程序中增加了 GC 压力。如何优化?见上图。

您可以通过 PooledByteBufAllocator 构造函数更改缓存的数量。