es集群挂掉,报错信息如下:
[WARN ][o.e.h.n.Netty4HttpServerTransport] [capitalcentre-14] caught exception while handling client http
traffic, closing connection [id: 0x2f997a9e, L:/10.21.3.24:9200 - R:/10.21.3.27:42172]
java.lang.OutOfMemoryError: Java heap space
heap过高导致内存溢出。内存溢出的现象:
解决:
在es目录下找到jvm.options文件
找到-XMS以及-XMX的值,增大内存,建议值调成16G,超过32G不生效。