通过es的elasticsearch.bat 启动、
发现错误:Error occurred during initialization of VM Could not reserve enough space fo
说的是es的java jvm大小不对
找到config的jvm.options
看到
-Xms2g
-Xmx2g

改成
-Xms1g
-Xmx1g
启动成功,浏览器输入http://localhost:9200/
能看到数据

相关文章:

  • 2022-12-23
  • 2021-07-01
  • 2022-12-23
  • 2021-11-25
  • 2021-06-11
  • 2022-12-23
  • 2022-12-23
  • 2021-11-06
猜你喜欢
  • 2021-07-26
  • 2022-12-23
  • 2022-12-23
  • 2021-08-16
  • 2021-12-15
相关资源
相似解决方案