I installed transmission for entware on my AC66U a couple months ago and I use it regularly, but not for big torrent files of let's say larger than 10gig. Whenever I start a large download, the router becomes unresponsive. I can't log into the router's web GUI or the transmission web GUI or even use putty to telnet in. Browsing the internet is still possible, but that's it. Canceling the download isn't possible either.
I know that when a torrent is started, the file has to be allocated on the USB drive and that can take up to an hour or longer depending on the size of the download. But during the allocation there's no way to see what transmission is doing, because the web GUI just doesn't respond. I've tried to download a couple of those large torrents, but had to reboot the router manually every time, because it stops downloading and freezes up the router's web server.
Smaller downloads of say 3 GB work great, but I really want to be able to download those bigger torrents when my computer is switched off. Is there a setting or script that I don't know of, that can fix this for me? Or is this a transmission for entware limitation?
You could renice Transmission to lower its priority so it won't impact your router's general performance as much.
Code:
renice 20 -p pid
Where pid is the ProcessID of Transmission
As for file allocation, you need sparse file support. No idea if Transmission supports it. If using NTFS, try enabling it under USB Applications -> Server Centers -> Misc Settings.