We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently all the configReloaders have default cpu requests like this
# memory omitted here they look ok to me resources: requests: cpu: 100m
I think that is too much. If you spin up 5 vmauth half a cpu is gone just for triggering a config reload.
So I propose something like this:
resources: requests: cpu: 10m limits: cpu: 50m
Or maybe even 10m/10m (not sure about that). But the above is what I did to my deployments.
The text was updated successfully, but these errors were encountered:
[VictoriaMetrics#1235] change default cpu of configReloader to 10m
9795364
No branches or pull requests
Currently all the configReloaders have default cpu requests like this
I think that is too much. If you spin up 5 vmauth half a cpu is gone just for triggering a config reload.
So I propose something like this:
Or maybe even 10m/10m (not sure about that). But the above is what I did to my deployments.
The text was updated successfully, but these errors were encountered: