seasa 启动报错 io.netty.util.internal.OutOfDirectMemoryError:
2019-11-08 11:55:28.395 ERROR[NettyServerNIOWorker_32_32]io.seata.core.rpc.netty.AbstractRpcRemoting.exceptionCaught:424 -0318
io.netty.util.internal.OutOfDirectMemoryError: failed to allocate 134217728 byte(s) of direct memory (used: 1073741824, max: 1073741824)
简单的修改就是去启动脚本里面把-XX:MaxDirectMemorySize 的值改大看看,MaxDirectMemorySize的值可以修改为heapSize / 2
我们开放源码,更相信社区的力量。