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

Redis operator resource limits #98

Open
sondrelg opened this issue May 24, 2023 · 3 comments
Open

Redis operator resource limits #98

sondrelg opened this issue May 24, 2023 · 3 comments

Comments

@sondrelg
Copy link

Hi!

First of all, thanks for creating and/or maintaining this project. It's great 👏

Just came across this statistic:

image

Is it possible that the 500Mi requests/limit default in the redis-operator chart is overly aggressive? Seems to be for us, and I don't expect it to vary cluster to cluster.

@shubham-cmyk
Copy link
Member

Maybe we could consider it to drop it to this level.

    requests:
      cpu: 100m
      memory: 128Mi
    limits:
      cpu: 100m
      memory: 128Mi

What do you think ?

@sondrelg
Copy link
Author

If you're seeing similar metrics as mine, I think that would be an improvement. The cluster does reserve resources according to requests after all 👍

@shubham-cmyk
Copy link
Member

shubham-cmyk commented Jun 29, 2023

Maybe it would be good to reserve 100Mi memory can you give a good metrics that we could think to update here

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