Skip to content
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

ISTIO Add-On Jaeger and Elastic failed on restart #174

Open
yohanswanepoel opened this issue Oct 8, 2018 · 2 comments
Open

ISTIO Add-On Jaeger and Elastic failed on restart #174

yohanswanepoel opened this issue Oct 8, 2018 · 2 comments

Comments

@yohanswanepoel
Copy link

Hi

Instructions worked on initial install, then after restart Elastic and Jaeger failed.

The Max Map Count for Elastic seems to get lost or is not being set to an appropriate value.

I fixed by
doing:

  • minishift ssh
  • sudo sysctl -w vm.max_map_count=262144

Regards

@gbraad
Copy link
Member

gbraad commented Mar 1, 2019

This is likely now also related: #181

@gbraad
Copy link
Member

gbraad commented Mar 1, 2019

You can solve this by creating an addon with a single statement:

ssh sudo sysctl -w vm.max_map_count=262144

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants