-
-
Notifications
You must be signed in to change notification settings - Fork 103
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
[BUG] Ver. 5.11.0.9244-ls241 spams logs and sends CPU to 100% #237
Comments
Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid. |
? |
This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions. |
While yes that shows the container, have you checked the process that's actually running and also your radarr logs to see what it's doing? If your other instance isn't doing it, that points to a configuration issue more than a container issue. |
Is there an existing issue for this?
Current Behavior
Radarr will randomly start using 100% CPU on the VM I have all of my Arrs installed on and will cause issues. I have to go into Portainer and restart the container to get it to stop. At first it would fill up the swap so I disabled that 2 days ago then it started hitting 100% CPU yesterday and today. The VM has 4 vCPU and 16GB RAM. I am also running a different 4K instance for Radarr and it is not exhibiting the same behavior as this one. It is installed as a part of the same stack.
Expected Behavior
that is won't use 100% CPU for one container. Don't know what else to put here.
Steps To Reproduce
it is random so I would say that you setup a VM with Ubuntu 22.04 and install Docker, Compose and Portainer and then disable the swap space on the VM. Then let Radarr run for a day or two and it should peg the CPU to 100%
Environment
CPU architecture
x86-64
Docker creation
# movie management radarr: image: ghcr.io/linuxserver/radarr:latest container_name: radarr restart: unless-stopped environment: - PUID=1000 - PGID=1000 - TZ=America/New_York volumes: - /portainer/Files/AppData/Config/radarr:/config - /etc/localtime:/etc/localtime:ro - /etc/timezone:/etc/timezone - /home/{redacted-user}/stuff:/stuff - /home/{redacted-user}/backup:/backup ports: - 7878:7878
Container logs
The text was updated successfully, but these errors were encountered: