We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 5 crashes with: elasticsearch "max virtual memory areas" too low vm.max_map_count. Fix for now to stick with 5.0 seems to be:
elasticsearch "max virtual memory areas" too low vm.max_map_count
sudo sysctl -w vm.max_map_count=262144 re: docker-library/elasticsearch#98 (comment)
sudo sysctl -w vm.max_map_count=262144
Workaround I'd recommend for this workshop for now: change cmd to pull es 2 from slide 69:
docker service create --name search --publish 9200:9200 --replicas 7 \ elasticsearch:2
The text was updated successfully, but these errors were encountered:
Yep, already fixed in the lisa branch (where I'm staging changes and will merge them just after mentor week). Thanks a lot for reporting, though!
lisa
Sorry, something went wrong.
No branches or pull requests
elasticsearch 5 crashes with:
elasticsearch "max virtual memory areas" too low vm.max_map_count
. Fix for now to stick with 5.0 seems to be:Workaround I'd recommend for this workshop for now: change cmd to pull es 2 from slide 69:
docker service create --name search --publish 9200:9200 --replicas 7 \ elasticsearch:2
The text was updated successfully, but these errors were encountered: