[Help] Optimization problem
Posted: 26 Feb 2015, 14:58
Hello great FileBot community!
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:
Now i only upload at speed of 200-300 KiB/s. Most of my downloads are RAR-s so I understand that the UnArchioving makes the computer a little bit slow. But after the Unarchive, it checks all the files and goes "Skipped [Torrentpath/path] allready exists and then it checks for the artwork and subs every time again and again. If those are old completed torrents that have been unpacked, why not just let them be. I solve the problem with moveing the torrents that are compleated. So I manually select a group of compleated torrents, and "Set Location" to some other folder. This way, filebot does not go ower them and they are still being seeded becouse I move them using torrent client.
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.
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.