infiniflow / ragflow

RAGFlow is an open-source RAG (Retrieval-Augmented Generation) engine based on deep document understanding.
https://ragflow.io
Apache License 2.0
16.43k stars 1.68k forks source link

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 #1502

Open zhangxiaotian1996 opened 1 month ago

zhangxiaotian1996 commented 1 month ago

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系统

KevinHuSh commented 1 month ago

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