有任何关于这个比喻的文件或文章吗?如何相对于maxDirectMemory或load或我的应用程序的其他一些需求来选择maxDirectMemory和maxOrder?
-Dio.netty.maxDirectMemory=1000
-Dio.netty.allocator.numHeapArenas=0
-Dio.netty.allocator.numDirectArenas=2
-Dio.netty.allocator.maxOrder=10 发布于 2021-10-06 13:55:56
通常只使用默认值就可以了。对您来说,什么是好的限制在很大程度上取决于您在系统上拥有的资源以及应用程序的分配模式。
https://stackoverflow.com/questions/69283846
复制相似问题