Search found 7 matches
- February 18th, 2020, 10:07 am
- Forum: General Help
- Topic: Download slowdown issue
- Replies: 14
- Views: 12469
Re: Download slowdown issue
I don't understand why the delay is triggered if download throttling (the settings you found) is disabled. However, if it adds a 0.01 seconds delay for each iteration in the data polling loop then that will result in a maximum download speed of 1600 KB/s for each connection. In practice it will pro...
- February 18th, 2020, 10:04 am
- Forum: General Help
- Topic: Download slowdown issue
- Replies: 14
- Views: 12469
Re: Download slowdown issue
hjpool, now I'm curious: can you run SABnzbde outside the docker straight on the OS (on the same machine) to see if the docker does matter. A docker does do NAT ... so it might have network effect like VPN has. Sander, Sorry, i'm not quickly able to run SABnzbd outside the docker straight on de mac...
- February 14th, 2020, 2:38 pm
- Forum: General Help
- Topic: Download slowdown issue
- Replies: 14
- Views: 12469
Re: Download slowdown issue
safihre thanks for your response.
No, i'm not using any VPN and there doesn't seem to be any extra CPU load while downloading.
So I guess it works for me? :-)
No, i'm not using any VPN and there doesn't seem to be any extra CPU load while downloading.
So I guess it works for me? :-)
- February 14th, 2020, 6:54 am
- Forum: General Help
- Topic: Download slowdown issue
- Replies: 14
- Views: 12469
Re: Download slowdown issue
OK, I've changed some code in the downloader.py file and now i'm able to download at the original 80MB/s speed. On line 535 i've changed the time.sleep(0.01) to time.sleep(0.001) and there doesn't seem to go anything wrong. I'm wondering what the idea behind this line of code is and what the consequ...
- February 13th, 2020, 8:59 am
- Forum: General Help
- Topic: Download slowdown issue
- Replies: 14
- Views: 12469
Re: Download slowdown issue
CPU usage is high because i was running a download through SABnzbd and the load is the load of one core, so yeah 400% is the max. Also the container has access to all the available cores, so this should not be a problem. What do you mean with "download throttling", i haven't got any rescti...
- February 12th, 2020, 3:47 pm
- Forum: General Help
- Topic: Download slowdown issue
- Replies: 14
- Views: 12469
Re: Download slowdown issue
docker stats gives the following response: CONTAINER ID NAME CPU % MEM USAGE / LIMIT MEM % NET I/O BLOCK I/O PIDS 1cbcbcc465f5 binhex-sabnzbd 71.51% 778.8MiB / 31.12GiB 2.44% 2.55GB / 28.9MB 1.02MB / 209kB 60 So the full 32GiB is available. I've traces the log entry back to some code in the download...
- February 12th, 2020, 11:35 am
- Forum: General Help
- Topic: Download slowdown issue
- Replies: 14
- Views: 12469
Download slowdown issue
I'm running SABnzbd in a docker container on an UnRaid installation. But i'm experiencing some issue's with the download speed. When the container is freshly started or restarted the download is able to get to about 83 MB/s. But after about 2,5GB the speed drops to about 30 MB/s, and it won't go any...