Jari Sundell
Jari Sundell
Those are old releases.
I'm mostly interested in the following options, which are for the SSD/HDD variants: ``` system.files.advise_random.set system.files.advise_random.hashing.set (to be implemented) pieces.preload.type.set pieces.preload.min_size.set pieces.preload.min_rate.set ``` The more optimized or specific speeds, bandwidths,...
`system.files.advise_random.hashing.set` is now available.
Forgot to merge the branches with that feature, will do it later.
Finally got around to adding `system.files.advise_random.hashing.set`, so much appreciated if people benchmark it.
* `system.files.advise_random.set = false` (default): Do not advise files and memory mapped chunks, so the kernel uses the default which is most likely some for of sequential read-ahead. * `system.files.advise_random.set...
https://github.com/rakshasa/rtorrent/wiki/COMMAND-System
HDD: false, false SSD: true, false Seems the right ones, however I haven't properly tested them.
> What's best setting for pieces.preload.type.set at the moment? madvise? Madvise, definitely don't want direct paging as that is only a hack to deal with systems where madvise isn't available....