I have a relatively powerful machine (2011 Macbook Pro 2.2 quad i7 8GB) but I still experience lag in HD media playback when SABnzbd is unpacking/repairing a download. I can manually workaround this by using the renice command to assign a low priority to the offending proccess. However, I have to do this everytime a download starts unpacking.
I'm wondering if we could have an option in Sabnzbd settings to assign low priority to unpacking/repairing processes.
Thanks!
Low priority for SABnzbd proccesses
Re: Low priority for SABnzbd proccesses
SABnzbd on OSX already uses "nice" to tame par2 and unrar.
You can tune "nice" in Config->Switches.
Unfortunately OSX lacks the "ionice" to tame disk usage as well,
which is very useful controlling par2 and unrar.
What does "renice" add to the current support of "nice"?
You can tune "nice" in Config->Switches.
Unfortunately OSX lacks the "ionice" to tame disk usage as well,
which is very useful controlling par2 and unrar.
What does "renice" add to the current support of "nice"?
Re: Low priority for SABnzbd proccesses
Oh nice! (no pun intended). I don't know how I missed that.shypike wrote:SABnzbd on OSX already uses "nice" to tame par2 and unrar.
You can tune "nice" in Config->Switches.
Unfortunately OSX lacks the "ionice" to tame disk usage as well,
which is very useful controlling par2 and unrar.
What does "renice" add to the current support of "nice"?
According to wiki, the correct syntax is "-n10" instead of the usual "-n 10". Is that correct?
renice is basically re+nice. It is used to change the priority of a process that is already started. nice is used to start a process with the defined priority value.
Thanks for your help.
Re: Low priority for SABnzbd proccesses
Both will work.Arman_UV wrote: According to wiki, the correct syntax is "-n10" instead of the usual "-n 10". Is that correct?
Re: Low priority for SABnzbd proccesses
I am running SABNZB, SickBeard, PlexMedia Server and Plex Player on a Mac Mini Core 2 Duo. I tried -n 10 for the IONice parameter and it still shutters video playback when the unarchive process is going on.
I am new to using the IOnice parameter. Can I reduce it's priority even more but changing the number to like -n 20 ,30 or 50....etc?
Thanks.
I am new to using the IOnice parameter. Can I reduce it's priority even more but changing the number to like -n 20 ,30 or 50....etc?
Thanks.
Re: Low priority for SABnzbd proccesses
Somewhere else on the forum, someone has used "cpulimit" on his Linux system. With cpulimit you can limit the CPU percentage of a process. So maybe you can find cpulimit for OS X? If not, here's the source https://github.com/opsengine/cpulimitwillgonz wrote:I am running SABNZB, SickBeard, PlexMedia Server and Plex Player on a Mac Mini Core 2 Duo. I tried -n 10 for the IONice parameter and it still shutters video playback when the unarchive process is going on.
I am new to using the IOnice parameter. Can I reduce it's priority even more but changing the number to like -n 20 ,30 or 50....etc?
Thanks.
HTH
Re: Help With Categories
As far as I know, there is no ionice tool for OSX.willgonz wrote:I am running SABNZB, SickBeard, PlexMedia Server and Plex Player on a Mac Mini Core 2 Duo. I tried -n 10 for the IONice parameter and it still shutters video playback when the unarchive process is going on.
I am new to using the IOnice parameter. Can I reduce it's priority even more but changing the number to like -n 20 ,30 or 50....etc?
Thanks.