|
发表于 2008-5-3 22:35:34
|
显示全部楼层
对于多数人而言,过兆的速度很少见,如果经常是这样的话,可以考虑限制下速度(谁愿意干???) download_rate = 900,要么尝试设置下rtorrent不建议随意调整的部分:
[PHP]
#
# Do not modify the following parameters unless you know what you're doing.
#
# Hash read-ahead controls how many MB to request the kernel to read
# ahead. If the value is too low the disk may not be fully utilized,
# while if too high the kernel might not be able to keep the read
# pages in memory thus end up trashing.
#hash_read_ahead = 10
# Interval between attempts to check the hash, in milliseconds.
#hash_interval = 100
# Number of attempts to check the hash while using the mincore status,
# before forcing. Overworked systems might need lower values to get a
# decent hash checking rate.
#hash_max_tries = 10
[/PHP]
另外,对rtorrent日常使用而言,除了放到screen或dtach下运行(方便detach和retach)和开启DHT、启用加密外,最好将完成后的hash检查关掉,注意的几个地方如下(也是我用的设置):
~/.rtorrent.rc
[PHP]
encoding_list = UTF-8
upload_rate = 15
directory = ~/.torrent
session = ~/.session
schedule = watch_directory,5,5,load_start=~/.watch/*.torrent
port_range = 6388-6388
check_hash = no
use_udp_trackers = yes
encryption = allow_incoming,enable_retry,prefer_plaintext
dht = auto
dht_port = 6988
peer_exchange = yes
[/PHP] |
|