-
Notifications
You must be signed in to change notification settings - Fork 67
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
Higher CPU usage without load #333
Labels
help wanted
Extra attention is needed
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The Image reflector controller consumes a lot more CPU than all other controllers combined, even when under a lot less load.
In my setup it is responsible for over 95% of all Flux CPU time:
The memory usage looks more representative:
The flux setup has the objects below with an interval range of 1-5min:
Flux version (although the same has been observed in earlier versions):
An initial investigation pointed to badger being the culprit, as even without any
ImageRepository
it still has high CPU usage.We probably would benefit from some fine tuning of badger's default settings.
The text was updated successfully, but these errors were encountered: