I have a problem. I want to seed torrents after compleation for at least 72h or to ratio 1:1. This means keeping it all running all the time, but after the number of torrents gets higher, for example 20-30, then FileBot makes my computer too slow, or not even the computer too much but the upload speed of torrents. For Example, I am downloading, something comes in with RSS Feed and qBittorrent on my Ubuntu Server auto-downloads it. Untill that point I was uploading 3-4 MiB/s, now, on Torrent Compleation, it runs this Script:
Code: Select all
filebot -script fn:amc --output "/media/server/mediahdd/Folder" --log-file amc.log --log all --action hardlink --conflict skip -non-strict --def artwork=y subtitles=en unsorted=y exludeList=amc.txt %f
For example, at night, I download 50 torrents, so the first torrent is good, it only extracts the rar and done. But as the torrents number increases, the more time I am uploading at really 10x slower speed than the time when FileBot is not doing anything. And during night, as the number of torrents goes up, the time filebot checks them and does anything goes up also and every next compleated torrent, the time is longer and longer..
And I dont think my computer is getting in the way. I have the newest i3 processor, SystemHDD is Samsung EVO840 SSD, Media HDD is WD RED 4TB, 8GB of RAM. So nothing massive but it should handle this simple task quite well.
What can I do? Please help.