-
Notifications
You must be signed in to change notification settings - Fork 34
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 MAXMEMORY should be clamped #952
Comments
Any prior art on how we could constrain this in an entrypoint - I can see lots of bash loops 🙈 - but maybe a tiny binary may work better and be reusable! |
Maybe the logic should not be in an entrypoint but instead in the build-deploy tool? Bash for this kind of arithmetic is just painful. |
Unfortunately, we can't control this value in a build if someone injects it via a |
I have seen a 10GB Having a way to set limits on the amount of RAM a given redis pod can have would be ace. e.g. through |
Suggest 100Mi min to 2Gi max.
Making this value too large can cause site and cluster stability problems.
The text was updated successfully, but these errors were encountered: