Page 1 of 1
Sabnzbd not using full bandwidth.
Posted: December 24th, 2011, 1:21 pm
by manpreet
I was running sabnzbd on Windows 7 and it was using full 24Mbps but i migrated it to debian, and not I am not getting more than exactly 1.1 Mbps, its like there is a limit set somewhere.
Re: Sabnzbd not using full bandwidth.
Posted: December 24th, 2011, 3:08 pm
by shypike
You have an article cache set?
It should run faster on Linux than on Windows (on comparable hardware).
Re: Sabnzbd not using full bandwidth.
Posted: December 25th, 2011, 12:17 pm
by b0bber
manpreet wrote:24Mbps but i migrated it to debian, and not I am not getting more than exactly 1.1 Mbps, its like there is a limit set somewhere.
Don't you mean 1.1 MB/s?
I got the same issue as you, but I got both IPTV and VOIP that steals bandwidth, or did it go faster when you ran Windows..?
Re: Sabnzbd not using full bandwidth.
Posted: December 26th, 2011, 9:01 am
by manpreet
There is not Article cache set. There is nothing else downloading at all. And I mean basically is hould download at 3 Megabytes/s but only doing at 1.1 Megabytes/s
Re: Sabnzbd not using full bandwidth.
Posted: December 26th, 2011, 2:47 pm
by shypike
Set an article cache. Currently a lot of time is wasted on disk access.
Set it to 200M if you can afford the memory use.
Re: Sabnzbd not using full bandwidth.
Posted: December 30th, 2011, 7:54 pm
by bbaraniec
Allow me to hijack threat for a simple question. I have 4GB of Ram and article cache set to 256MB, running SAB on full speed of 4MB/s. Where is limit of cache size? I mean, should I set it to 512 if I have often many jobs in queue? I don't have any performance issues so is it worth it?
Re: Sabnzbd not using full bandwidth.
Posted: December 31st, 2011, 6:18 am
by shypike
A cache that is large enough to take one complete file (plus a bit extra for the next one)
will reduce the disk access quite a lot.
Generally 200M is enough.
The choice is yours, SABnzbd will function either way.
Re: Sabnzbd not using full bandwidth.
Posted: January 3rd, 2012, 11:56 am
by manpreet
So I set it up to use 2048MB Article cache (host has 16GB RAM) but its still working on same 1.1 Mbps, I am ready to pull my hair out cant figure where its choking
Re: Sabnzbd not using full bandwidth.
Posted: January 3rd, 2012, 1:26 pm
by shypike
I understand your frustration, but I cannot tell you where the issue is.
Whether inside or outside SABnzbd.
To add to your misgivings: I run SABnzbd on an old netbook running Ubuntu 8.04
and I can get between 6 and 7 MBytes/sec.
So far all Linux/Unix variants I ran under VMWare have similar or better performance.
What I cannot vary is my router and ISP.
Which Debian do you run exactly?
Did you install the Python-yenc package too?
Re: Sabnzbd not using full bandwidth.
Posted: January 5th, 2012, 7:38 am
by usenow
manpreet wrote:So I set it up to use 2048MB Article cache (host has 16GB RAM) but its still working on same 1.1 Mbps, I am ready to pull my hair out cant figure where its choking
Throttling?
Poor peering?
Sometimes there are random events that affect speed. Good luck.
Re: Sabnzbd not using full bandwidth.
Posted: January 24th, 2012, 7:08 am
by manpreet
It issue is it was working perfectly fine when running on Windows.
I do have python-yenc package and using debian testing
Re: Sabnzbd not using full bandwidth.
Posted: February 2nd, 2012, 6:50 pm
by manpreet
Finally fixed the issue apparently kernel 3.1.0 MArvel Yukon drivers auto negotiate at 10Mbps even with 1000mbps cards so to fix
ethtool -s eth0 autoneg off speed 1000 duplex full
Re: Sabnzbd not using full bandwidth.
Posted: February 3rd, 2012, 10:44 am
by shypike
Glad you found a solution.
But I hope you understand that it's impossible that we (developers) come up with such a solution.
Sometimes fellow users can suggest such solutions.