Page 1 of 1

Libtorrent Configuration

Posted: Tue Apr 02, 2013 12:12 pm
by thekrynn
Hello,

I might be missing something fundamental, but I haven't been able to figure out how to update libtorrent settings. Basically, I've been running into the issue of "performance warning: max outstanding disk writes reached". I have a good amount of RAM on the machine and have up'd my cache size in the browser web preferences, yet this issue persists when my throughput exceeds 10mbit/s. I've read a number of posts to also change the "max_queued_disk_bytes" settings for libtorrent, but for the life of me, I haven't been able to figure out where to change it.

Vanilla 1.3.6 install on Ubuntu via apt-get and ppa.
Many thanks in advance,

-Alex

Re: Libtorrent Configuration

Posted: Thu Apr 04, 2013 9:12 pm
by Cas
You would have to modify the core code.

e.g. add after http://git.deluge-torrent.org/deluge/tr ... stable#n99

Code: Select all

self.settings.max_queued_disk_bytes = 999999