-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Docker-Container CRON CPU Usage #1143
Comments
I'm actually just in the middle of a massive tidy up of the code base (#1141) However, noticing that you are on Raspbian buster on your Host OS, take a look at this comment for a fix: #1042 (comment) |
Thanks I'll give it a try!! Watchtower is just for testing purposes.. but thank you anyway :) |
Totally fixed it! Thanks alot :) For anyone else that may have this problem heres my docker-compose with the changes suggested by @PromoFaux above: |
Versions
Platform
Expected behavior
Docker container running in background with "normal" cpu utilization.
Actual behavior / bug
I got the weird problem, that my cpu utilization (1 core) is pinned to 100% by a cron prozess running inside the container.
Even after some days it remains on 100%.. If i turn back to image Docker Tag [2022.02.1] everything seems to be fine.
All newer images seem to produce that "error"..?
Steps to reproduce
Steps to reproduce the behavior:
The part of my docker-compose for pihole:
Debug Token
Screenshots
Screenshot using Docker-Tag latest:
Screenshot using Docker-Tag 2022.02.01:
The text was updated successfully, but these errors were encountered: