-
-
Notifications
You must be signed in to change notification settings - Fork 225
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
Remove: 9999 limit on MB #101
Comments
@le0pard: Thank you for the quick response.
Use case:
These are some real values that I have to work with. For example, on Azure AKS:
For folks hosting PostgreSQL on Kubernetes. The allocatable memory is almost never on a hard GB boundary. It varies by node/instance type. We're already paying a 35% to 15% memory overhead penalty, so the idea of just truncating our MB to full-gigabytes to workaround an arbitrary limitation doesn't really serve users well. |
I'm happy to remove the non-memory |
Feature: Remove arbitrary maximum integer values. Implements #101
resolved by #102 |
Is your feature request related to a problem? Please describe.
It would be nice if we could specify higher values in megabytes (or allow for decimal places in GB).
Describe the solution you'd like
To remove the 9999 limit on MB.
Describe alternatives you've considered
Forking.
Additional context
Kubernetes resource limits aren't going to have a clear boundary on GB, so MB is the best option.
The text was updated successfully, but these errors were encountered: