elasticsearch.yml
network.host = 0.0.0.0 //设置为0.0.0.0可通过别的主机来访问
jvm.options
-Xms2G //堆的最小值 -Xmx2G //堆的最大值 -XX:MaxMetaspaceSize=1G //限制Metaspace增长的上限