ragflow icon indicating copy to clipboard operation
ragflow copied to clipboard

ERROR: Elasticsearch did not exit normally - check the logs at /usr/share/elasticsearch/logs/docker-cluster.log ERROR: Elasticsearch exited unexpectedly, with exit code 1

Open zhangxiaotian1996 opened this issue 1 year ago • 1 comments

Describe your problem

使用docker镜像安装启动是,es报错ERROR: Elasticsearch did not exit normally - check the logs at /usr/share/elasticsearch/logs/docker-cluster.log

ERROR: Elasticsearch exited unexpectedly, with exit code 1 修改了vm.max_map_count也还是报这个错 这是我的es的安装版本:docker.elastic.co/elasticsearch/elasticsearch 8.11.3 792fab0c0bd8 7 months ago 1.43GB 我是本地虚拟机centos系统

zhangxiaotian1996 avatar Jul 13 '24 11:07 zhangxiaotian1996

It is usually caused by memory limilation. Check MEM_LIMIT in docker/.env and the phisical RAM.

KevinHuSh avatar Jul 15 '24 01:07 KevinHuSh