NettyDesign
Contents
💠
💠 2024-09-09 10:22:38
Netty Design
线程模型
Netty
内存设计
直接内存
- -Dio.netty.noPreferDirect 是否运行通过底层api直接访问直接内存,默认:允许
- -Dio.netty.noUnsafe 是否允许使用sun.misc.Unsafe,默认:允许
- -Dio.netty.maxDirectMemory 设置最大值
Author Kuangcp
LastMod 2024-06-16