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

Reduce memory request for zipkin pod #4342

Closed
sebgoa opened this issue Jun 12, 2019 · 1 comment · Fixed by #4353
Closed

Reduce memory request for zipkin pod #4342

sebgoa opened this issue Jun 12, 2019 · 1 comment · Fixed by #4353
Labels
area/monitoring kind/question Further information is requested

Comments

@sebgoa
Copy link
Contributor

sebgoa commented Jun 12, 2019

Currently our manifests for zipkin have a memory limit of 1Gi but no request. So the pods look for 1Gi of free memory to be scheduled.

See:
a6854d6#diff-f664cd212206d814c9619677ad42d22c

Could we lower that ? How low

Doug set the limit to 1Gi to have an upper bound but does not know how low it should go.

I will do a bit of digging to figure it out.

/area monitoring

@sebgoa sebgoa added the kind/question Further information is requested label Jun 12, 2019
@sebgoa
Copy link
Contributor Author

sebgoa commented Jun 13, 2019

Adrian Cole replied :

openzipkin-attic/docker-zipkin#209 (comment)

We could set a request at 256Mi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/monitoring kind/question Further information is requested
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants