

I've been using SABnzbd on the same system, in the same VM, for years without any real issue.
#SABNZBD KEEPS PAUSING ITSELF HOW TO#
My guess is that my ISP is probably throttling me, but I don't know how to tell.īelow is my docker cli for SABnzbd: docker run -dĪny help or insight is greatly appreciated When I check the status i see: Download folder speed 657.3 MB/sīut when I run a speed test on the server I get: Latency: 11.50 ms (1.81 ms jitter)ĭownload: 14.14 Mbps (data used: 20.2 MB ) I have SABnzbd setup in docker on a headless Debian server. So I have been using SABnzbd for a few months now and have been loving it, but recently my download speeds went from an average of 24 MB/s to 2-3 MB/s. If anyone might know more about this, any input would be greatly appreciated

There was a suggestion that the switch "Make Windows compatible " may be the answer but i still get warning This is my docker run docker run -d -name=sabnzbd -e PUID=1000 -e PGID=1000 -e TZ=Australia/Sydney -p 8081:8080 -v sabnzbd_data:/config -v /mnt/WRZ/Complete:/WRZ/Complete -v /mnt/WRZ/Incomplete:/WRZ/Incomplete -restart unless-stopped lscr.io/linuxserver/sabnzbd:latest .X/WRZ /mnt/WRZ cifs credentials=/home/.smbcredentialXXXXHost,iocharset=utf8, 0 0 The target store of the data is a windows file share the drive format is NTFS which I'm mounting via CIFS WRZ/Incomplete is not writable with special character filenames. This can cause problems. WRZ/Complete is not writable with special character filenames. This can cause problems. I am getting this warning when SABnzbd starts, I've looked around and can't find much useful info on it Hi all, thought id move my SABnzbd over to docker, which is running on Ubuntu 20.04.4
