Search found 18 matches

by asarian
September 23rd, 2016, 2:45 pm
Forum: Bug Reports
Topic: Download performance issue when using 1.1.0
Replies: 9
Views: 5270

Re: Download performance issue when using 1.1.0

On my system, commenting out the following code in sabnzbd/downloader.py around line 487 (first introduced in this commit ) causes download speed to go up significantly: # Why check so often when so few things happend? if len(readkeys) >= 8 and len(read) < len(readkeys)/4: time.sleep(0.05) Thanks, ...
by asarian
September 23rd, 2016, 9:41 am
Forum: Bug Reports
Topic: Download performance issue when using 1.1.0
Replies: 9
Views: 5270

Re: Download performance issue when using 1.1.0

On my system, commenting out the following code in sabnzbd/downloader.py around line 487 (first introduced in this commit ) causes download speed to go up significantly: # Why check so often when so few things happend? if len(readkeys) >= 8 and len(read) < len(readkeys)/4: time.sleep(0.05) Thanks, ...
by asarian
September 23rd, 2016, 9:38 am
Forum: Bug Reports
Topic: Download performance issue when using 1.1.0
Replies: 9
Views: 5270

Re: Download performance issue when using 1.1.0

safihre wrote:Only if you can get to the python code, can you?
Sure, I can get to it just fine. ;) Please, tell me what to do!
by asarian
September 23rd, 2016, 5:08 am
Forum: Bug Reports
Topic: Download performance issue when using 1.1.0
Replies: 9
Views: 5270

Re: Download performance issue when using 1.1.0

In 1.1.0 we chose tuning parameters that turn out to be non-optimal for some low-CPU systems. In 1.2.0, we'll change that and also look at optimizations that benefit such systems. Thanks. My system is hardly low-CPU, though. It's Synology DSM 6 inside a VM, with 4x i7 980X virtual CPU's, and 4G RAM...
by asarian
September 23rd, 2016, 4:06 am
Forum: Bug Reports
Topic: Download performance issue when using 1.1.0
Replies: 9
Views: 5270

Download performance issue when using 1.1.0

Ever since I upgraded my (Synology) Sabnzbd to 1.1.0 [8abcf08] (upgraded from 1.0.3), download-performance seems to have been cut in half. I used to download at ca. 4.8 Mbps, and now it's never higher than ca. 2.6 Mbps. I have 2 servers at priority 0, both with 8 connections defined. Lowering those,...
by asarian
August 16th, 2016, 3:52 pm
Forum: Bug Reports
Topic: Memory leak using SABnzbd
Replies: 17
Views: 9071

Re: Memory leak using SABnzbd

What helps on some systems is to set Config->Special->use_pickle to 1 and restart. It is obvious that there is an issue in the Python libraries, which we cannot solve. Using the special option makes SABnzbd use another (less efficient) method of saving its administration. This could fix the memory ...
by asarian
August 15th, 2016, 11:10 pm
Forum: Bug Reports
Topic: Memory leak using SABnzbd
Replies: 17
Views: 9071

Re: Memory leak using SABnzbd

I too am experiencing *huge* memory loss, using SABNzbd 1.0.3 [927ba3c] (on Synology). Memory consumption can easily grow over 1G (and never gets returned), after which I have to restart the process. Seems the Synology version is Python based (which is what probably accounts for the huge memory loss...
by asarian
June 10th, 2016, 11:56 am
Forum: Bug Reports
Topic: 'Check before download' horribly broken!
Replies: 2
Views: 1998

Re: 'Check before download' horribly broken!

Are these posts without par2 files? OIr with most of the par2 files missing? To play safe, we set the threshold just above 100%. You can change that threshold in Config->Specials. No, they all had plenty (non-corrupt) par files. After disabling the option, and rescheduling the jobs (this was necess...
by asarian
June 10th, 2016, 1:51 am
Forum: General Help
Topic: Service update always needed?
Replies: 3
Views: 2315

Re: Service update always needed?

Ah, thank you kindly! :)
by asarian
June 10th, 2016, 12:10 am
Forum: General Help
Topic: Service update always needed?
Replies: 3
Views: 2315

Re: Service update always needed?

There's gotta be someone who knows this. :)

Also, is there any good reason why SABnzbd, running as service, wouldn't be able to read its own config file on restarts?
by asarian
June 9th, 2016, 11:45 pm
Forum: Bug Reports
Topic: 'Check before download' horribly broken!
Replies: 2
Views: 1998

'Check before download' horribly broken!

Running 1.0.3, whenever I enable the 'Check before download' option, all downloads fail, with the warning: "Download might fail, only 100.0% of required 100.2% available" Retrying makes no difference. P.S. Wouldn't be at all surprised if this is related to the 'Download all par2 files' opt...
by asarian
June 9th, 2016, 10:34 am
Forum: General Help
Topic: Service update always needed?
Replies: 3
Views: 2315

Service update always needed?

Just a quick noob question. :)

Do you need to update the service for *every* config change you make? (Like to some switches). Like running:

SABnzbd-service.exe -f "C:\Program Files (x86)\SABnzbd" --server 0.0.0.0:8080 update

Thanks.
by asarian
June 9th, 2016, 10:11 am
Forum: General Discussion
Topic: Any recourse to repeated missing pieces?
Replies: 5
Views: 4165

Re: Any recourse to repeated missing pieces?

Get a decent payserver maybe? :)
by asarian
June 9th, 2016, 9:28 am
Forum: Templates
Topic: Night template: not always updating 'Free space' counters
Replies: 0
Views: 15150

Night template: not always updating 'Free space' counters

Really loving the 'Night' template! But it isn't always updating its 'Free space' counters (pressing F5 doesn't count).
by asarian
June 9th, 2016, 7:43 am
Forum: General Help
Topic: [misc:1283] Cannot remove folder \\?\C:...
Replies: 2
Views: 1769

Re: [misc:1283] Cannot remove folder \\?\C:...

shypike wrote:It usually is the virus-scanner which holds up deletion of files and folders.
Tell it to exclude the "incomplete" folder.
Good thinking. :) Thanks!