Slow speed when mixing private and public trackers

General support for problems installing or using Deluge
Post Reply
LimRino

Slow speed when mixing private and public trackers

Post by LimRino »

Hi!
I love deluge and how it work, but I have an issue when I try to seed both public and private torrents at same time. For example TorrentLeech and KickAssTorrents.

My upload speed is only 10% of my download speed, so I created a "Debian Server" to seed 24/7.
I noticed when deluge is seeding public torrents, all my private torrent's upload speed die or get a maximum speed of 2 or 3 KB/s. When I limit all the public torrents to 10 or 5 KB/s then the private ones get an average speed of 20 KB/s. When I pause all the public seeding torrents, then I get full upload speed on the private ones.

I checked the upload speed and it isn't a bandwidth problem. The public ones do not reach my maximum upload speed.

Here is my core.conf:

Code: Select all

{
  "file": 1, 
  "format": 1
}{
  "info_sent": 0.0, 
  "lsd": false, 
  "send_info": false, 
  "move_completed_path": "/root", 
  "enc_in_policy": 1, 
  "queue_new_to_top": true, 
  "ignore_limits_on_local_network": true, 
  "rate_limit_ip_overhead": true, 
  "daemon_port": 58846, 
  "natpmp": false, 
  "max_active_limit": 150, 
  "utpex": false, 
  "max_active_downloading": 20, 
  "max_active_seeding": 130, 
  "allow_remote": true, 
  "max_half_open_connections": 40, 
  "download_location": "/samba/downloads", 
  "compact_allocation": false, 
  "max_upload_speed": 300.0, 
  "cache_expiry": 1800, 
  "prioritize_first_last_pieces": false, 
  "auto_managed": true, 
  "enc_level": 2, 
  "max_connections_per_second": 20, 
  "dont_count_slow_torrents": true, 
  "random_outgoing_ports": false, 
  "max_upload_slots_per_torrent": -1, 
  "new_release_check": true, 
  "enc_out_policy": 1, 
  "outgoing_ports": [
    56230, 
    56230
  ], 
  "seed_time_limit": 250, 
  "cache_size": 6553, 
  "share_ratio_limit": 20.0, 
  "max_download_speed": 3067.0, 
  "geoip_db_location": "/usr/share/GeoIP/GeoIP.dat", 
  "torrentfiles_location": "/root", 
  "stop_seed_at_ratio": false, 
  "peer_tos": "0x00", 
  "listen_interface": "", 
  "upnp": false, 
  "max_download_speed_per_torrent": -1, 
  "max_upload_slots_global": 100, 
  "enabled_plugins": [
    "AutoAdd", 
    "Execute", 
    "Label"
  ], 
  "random_port": false, 
  "autoadd_enable": false, 
  "max_connections_global": 200, 
  "enc_prefer_rc4": false, 
  "listen_ports": [
    56230, 
    56230
  ], 
  "dht": false, 
  "stop_seed_ratio": 2.0, 
  "seed_time_ratio_limit": 8.0, 
  "max_upload_speed_per_torrent": 50, 
  "copy_torrent_file": false, 
  "del_copy_torrent_file": false, 
  "move_completed": false, 
  "proxies": {
    "peer": {
      "username": "", 
      "password": "", 
      "type": 0, 
      "port": 8080, 
      "hostname": ""
    }, 
    "web_seed": {
      "username": "", 
      "password": "", 
      "type": 0, 
      "port": 8080, 
      "hostname": ""
    }, 
    "tracker": {
      "username": "", 
      "password": "", 
      "type": 0, 
      "port": 8080, 
      "hostname": ""
    }, 
    "dht": {
      "username": "", 
      "password": "", 
      "type": 0, 
      "port": 8080, 
      "hostname": ""
    }
  }, 
  "add_paused": false, 
  "max_connections_per_torrent": -1, 
  "remove_seed_at_ratio": false, 
  "autoadd_location": "/root", 
  "plugins_location": "/root/.config/deluge/plugins"
}
NOTE: About "max_upload_speed_per_torrent": 50, I use this as default in public torrent, for private torrents I overwrite it with "-1".

System specs:
S.O: Debian Wheezy
Linux V.: 3.2.0-4-amd64
Python V.: 2.7.3-4
python-libtorrent V.: 0.15.10-1+b1
Deluge V: 1.3.6 from tarball

Can you help me to find the problem or fix my config?

Thanks in advance!
Greetings
Post Reply