Page 1 of 1

Deluge ignoring bandwidth limits

Posted: Tue May 01, 2018 6:00 am
by cemil
Hi all,

Odd question. I've got Deluge running in a docker container (linuxserver/deluge). I've got the following setup:

bandwidth:max download speed: 6000 (6 mbit)
bandwidth:max upload speed: 1000 (1 mbit)
bandwidth: per torrent - all set to (-1)

Label plugin is enabled, because I'm getting torrents from sonarr/radarr. Both labels have:

"Apply per torrent max" unchecked.

Under this setup, deluge blows straight through the bandwidth limits - does not respect them at all. Any hints as to why?

Note image:

Image

Thanks all.

Re: Deluge ignoring bandwidth limits

Posted: Tue May 01, 2018 7:56 am
by cemil
Update: This seems to be a problem with the docker container. If I start a local instance of Deluge (non-dockerised), it works fine with exactly the same config folder. Odd.

Re: Deluge ignoring bandwidth limits

Posted: Tue May 01, 2018 8:26 am
by Shryp
There was a bug causing that in one of the libtorrent versions. I don't recall which one (maybe 1.1.5?), but maybe your docker is using the bugged version?

Re: Deluge ignoring bandwidth limits

Posted: Tue May 01, 2018 8:31 am
by sinaptika
The image is broken. They rebased the image to Alpine Edge so now they are pulling libtorrent 1.1.5 which is not compatible with Deluge 1.3.15. Use another image.

Re: Deluge ignoring bandwidth limits

Posted: Tue May 01, 2018 10:55 pm
by cemil
Hi all,

Thanks - I swear I checked the libtorrent version; good call though.

Is there a "recommended" container?

Re: Deluge ignoring bandwidth limits

Posted: Wed May 02, 2018 8:59 am
by sinaptika
What CPU do you use?
Do you have shell access to the system running docker?