-
Notifications
You must be signed in to change notification settings - Fork 908
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
Issue on latest image: max virtual memory areas vm.max_map_count [65530] is too low, increase to at least [262144] #92
Comments
I googled up this issue on the elasticsearch docker image issue list and the suggestion to use: |
That's one way to do it, you can make the change permanent by editing the |
Even if this value is correct, ES5 won't start anymore in docker with same error here bla bla readonly error. |
@x-itec This issue has been pretty much solved for everyone by now, so shouldn't remain a problem: see http://elk-docker.readthedocs.io/#prerequisites for ways around this. If this doesn't solve it:
|
Hello Guys, I am getting similar behavior: root@cfELK:~# sysctl -w vm.max_map_count=262144 I tried this and it did take but it still doesn't start with the new value So at this point not sure where to go with this, any help would be appreciated, |
It seems that you're attempting to change the parameter in the container: you need to do it on the host running the container (and check that the value has actually been updated using |
root@cfELK:~# sysctl -w vm.max_map_count=262144 Helped me, Many thanks |
On the host though correct?
On Oct 9, 2017 3:06 AM, "Sunny" <notifications@github.com> wrote:
root@cfELK:~# sysctl -w vm.max_map_count=262144 Helped me, Many thanks
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#92 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AEuslwXtqWWDr8ju4SugKIiGQ4PQHG5Qks5sqcXygaJpZM4K9RdR>
.
|
What if the host is windows? How do you change the parameter.
|
@mikebrusilov haven't tested it but I assume that boot2docker/boot2docker#1216 should do the trick. Let me know if it works out for you. |
Launching the latest docker image fails with the error message:
Output from image console is: pastebin-link with complete output
Relevant error message:
elk_1 | [2016-11-27T21:58:16,368][INFO ][o.e.b.BootstrapCheck ] [jpehzFE] bound or publishing to a non-loopback or non-link-local address, enforcing bootstrap checks
elk_1 | [2016-11-27T21:58:16,369][ERROR][o.e.b.Bootstrap ] [jpehzFE] node validation exception
elk_1 | bootstrap checks failed
elk_1 | max virtual memory areas vm.max_map_count [65530] is too low, increase to at least [262144]
The text was updated successfully, but these errors were encountered: