-
Notifications
You must be signed in to change notification settings - Fork 25
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
flower leaking memory #427
Comments
at least from the start it looks rather periodic, I wouldn't be surprised if it's garbage collection… |
OpenShift says OOMKilled |
although flower is run as a celery command so it somehow might have the same cause |
@mfocko just checked it's still happening... (Looks related to the amount of Packit usage.) |
I don't remember this happening before. Perhaps, just try an older image and not the
:latest
.This is unlikely to have the same cause as packit/packit-service#1824 because the flower image is not fedora based.
BTW: We should build our own image from the Dockerfile and push it to Quay.io (the same way we do with fluent-plugin-splunk-hec) to not use the image from Docker hub (I didn't notice we still do because there's no
docker.io/
prefix.The text was updated successfully, but these errors were encountered: