Libtorrent Configuration

General support for problems installing or using Deluge
Post Reply
thekrynn
New User
New User
Posts: 3
Joined: Tue Apr 02, 2013 12:08 pm

Libtorrent Configuration

Post 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
Cas
Top Bloke
Top Bloke
Posts: 3681
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: Libtorrent Configuration

Post 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
Post Reply