elk netty io.netty.util.internal.OutOfDirectMemoryErro

[2019-12-24T10:25:14,412][WARN ][io.netty.channel.DefaultChannelPipeline] An exceptionCaught() event was fired, and it reached at the tail of the pipeline. It usually means the last handler in the pipeline did not handle the exception.
io.netty.util.internal.OutOfDirectMemoryError: failed to allocate 16777216 byte(s) of direct memory (used: 1024478960, max: 1038876672)

logstash 报这个错误,内存不够了,加内存

原文地址:https://www.cnblogs.com/already/p/12090191.html