morpheus65535 / bazarr

Bazarr is a companion application to Sonarr and Radarr. It manages and downloads subtitles based on your requirements. You define your preferences by TV show or movie and Bazarr takes care of everything for you.
https://www.bazarr.media
GNU General Public License v3.0
2.77k stars 216 forks source link

High disk usage running in Docker on WSL #2582

Closed tnbao closed 2 weeks ago

tnbao commented 1 month ago

Describe the bug When bazarr runs for a few hours, the disk stores media from sonarr and radarr usage shoots up to 100%. After restart the container it's gone (docker compose restart bazarr). After a few hours of running, it happened again.

Expected behavior The container should run fine without any issues.

Screenshots fulldisk20240716

Software (please complete the following information):

Additional context The WSL distro is Debian 12 (bookworm)

anderson-oki commented 1 month ago

Can you identify what is the Task that is running that is causing the high disk usage? Such as a scheduled scan, index, subtitle download, etc?

tnbao commented 1 month ago

Can you identify what is the Task that is running that is causing the high disk usage? Such as a scheduled scan, index, subtitle download, etc?

No tasks are running, subtitles are not downloading too. Just noticed that when bazarr stopped, the issue is gone.

morpheus65535 commented 1 month ago

Probably some indexing task. Initial scan can be hard on disk IO because of embedded subtitles indexing.

anderson-oki commented 3 weeks ago

@tnbao

Are you still experiencing issues with high Disk Usage?

morpheus65535 commented 2 weeks ago

No news, good news!