-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Elasticsearch Container Stopped with Exit 78
state in Ubuntu 18.04
#1699
Comments
@dendihandian |
thanks @bestlong , it helped me solved my problem. I figured out why it's keep stopping everytime I The |
Exit 78
state
Exit 78
stateExit 78
state in Ubuntu 18.04
How do you set the value |
Run sudo sysctl -w vm.max_map_count = 262144 in the terminal, not in the docker |
have the same issue and was resolved it with command |
have the same issue and was resolved it with command |
I am experiencing the same issue on my Mac M2, which runs on MacOS 14.0.
I am seeing an error message that says |
This is necessary on Mac. Create a privileged container and set the docker VM max_map_count from there, then exit that container.
|
Info:
$ docker --version
): 18.03.1-ce, build 9ee9f40$ git rev-parse HEAD
): 85c57a0 / update postgresql init db example file (update example file #1689)Issue:
Elasticsearch stopped after running for few seconds. Info:
laradock_elasticsearch_1 /usr/local/bin/docker-entr ... Exit 78
Expected behavior:
Elasticsearch running and I can connect to it
Reproduce:
Just do
sudo docker-compose up -d elasticsearch
andsudo docker-compose ps
after a few minutes and see if it is still running or not.Relevant Code:
The text was updated successfully, but these errors were encountered: