elasticsearch out of memory error elasticsearch out of memory error elasticsearch elasticsearch

elasticsearch out of memory error


Looks like you're creating too many Netty clients is my guess which is in turn eating up all your threads. Perhaps wrap your Netty client pool with a service that inject? See Helter Skelter's comment on this answer https://stackoverflow.com/a/5253186/266531