Hi,
I installed sabnzbd 0.5.0 on my QuadCore running Vista 32, downloaded a big file (8 gb) that needed repair and while par2.exe was doing it's thing it seemed like the par2.exe process was not running higher than 25%. Does that automatically mean that multicore par is not occuring on my system? (yes, it is enabled it in the sabnzbd settings)
Just curious,
BParty
I suspect par2 multicore is not working, but not sure
Re: I suspect par2 multicore is not working, but not sure
If it hangs indefinitely, it may mean there's a bug in par2-multicore
or that your system is on the edge.
You can choose to run the "classic" mode.
Keep in mind that a serious repair may take a long time,
but the CPU load should be high in that case.
BTW: never just kill SABnzbd, your queue might get corrupted.
Kill the par2 process instead.
or that your system is on the edge.
You can choose to run the "classic" mode.
Keep in mind that a serious repair may take a long time,
but the CPU load should be high in that case.
BTW: never just kill SABnzbd, your queue might get corrupted.
Kill the par2 process instead.
Re: I suspect par2 multicore is not working, but not sure
It luckily doesn't sound like it's hanging, he's just complaining that it only seems to be using a single core.shypike wrote: If it hangs indefinitely, it may mean there's a bug in par2-multicore
or that your system is on the edge.
You can choose to run the "classic" mode.
Be sure "Enable Multicore Par2" is turned on, and try putting -t+ in the "Extra Par2 Options" box. It should autodetect that you can run in multi-core mode, but this will force it to use multiple threads.
Re: I suspect par2 multicore is not working, but not sure
-t- is better. That way verification is single core (which prevents disk trashing)
and repair will be multi-core.
and repair will be multi-core.
Re: I suspect par2 multicore is not working, but not sure
Are you sure? Because the par2.exe command-line help says:shypike wrote: -t- is better. That way verification is single core (which prevents disk trashing)
and repair will be multi-core.
"-t- to checksum/create/repair serially - uses a single thread - good for testing this program"
I tested par2.exe outside of SAB with default repair settings (i.e.. from the command-line) and my cpu utilization went up to 80% so when I do it that way multi-core is def. working. I will test it inside SABNZBD again.
Re: I suspect par2 multicore is not working, but not sure
I was confused
You are right: it is actually -t0
You are right: it is actually -t0
Re: I suspect par2 multicore is not working, but not sure
Thanks guys, -t0 it is...i cant believe i was running my i7 in a single core mode ALL THIS TIME..thanks for the tip