cat
cat copied to clipboard
cat 客户端 报 堆外内存溢出
采用cat 做监控 客户端 报 如下错误: Error when sending message over TCP socket! io.netty.util.internal.OutOfDirectMemoryError: failed to allocate 16777216 byte(s) of direct memory (used: 4143972352, max: 4151836672
这种问题一般怎么解决?
Dio.netty.maxDirectMemory= 可以把这个配置贴出来看看