From 83c4fb7e4a5a246808cd8de627f3c61d853936f2 Mon Sep 17 00:00:00 2001 From: Safihre Date: Sun, 17 Nov 2024 21:23:56 +0100 Subject: [PATCH] Update Extra par2 parameter documentation --- wiki/configuration/4.4/switches.html | 102 ++++++++------------------- 1 file changed, 30 insertions(+), 72 deletions(-) diff --git a/wiki/configuration/4.4/switches.html b/wiki/configuration/4.4/switches.html index 65a29d60..693ee29f 100644 --- a/wiki/configuration/4.4/switches.html +++ b/wiki/configuration/4.4/switches.html @@ -107,19 +107,44 @@

Post processing

NOTE Setting High could result in significant slowdown of the system during processing!

- Extra PAR2 parameters
Advanced + Extra Par2 parameters
Advanced -

Extra arguments that will be passed when running par2 or MultiPar for verification and repair.

-

Detailed information: Windows and Linux. No extra parameters are available on macOS.

+

Extra arguments that will be passed when running par2 for verification and repair.

+

Please make sure that you use `par2cmdline-turbo`. On the first page of the Config a warning will be displayed if it is not installed. If you don't see a warning there, you already have it!

+ Nice parameters
Advanced - Linux-only. See Nice to reduce CPU priority. + +

+ Linux-only. When SABnzbd runs external tools like par2 and unrar, these tools may use up all CPU capacity. + If you specify any parameters here, the nice command will be used to reduce the load on your system. +

+

Popular setting is -n10.

+

+ For more info, see the nice man-page.
+ If this field is disabled, nice is not available on your system. +

+ IONice parameters
Advanced - Linux-only. See IONice to reduce disk priority. + +

+ Linux-only. When SABnzbd runs external tools like par2 and unrar, these tools may use up all disk capacity. + If you specify any parameters here, the ionice command will be used to reduce the load on your system. +

+

Popular setting is -c2 -n4.

+

+ For more info, see the ionice man-page.
+ If this field is disabled, ionice is not available on your system. +

+ Enable SFV-based checks
Advanced @@ -233,70 +258,3 @@

Quota

  • Jobs with Force priority will ignore the paused state.
  • Don't set the quota too high. Leave room for other internet use.
  • - -
    - -

    Extra Par2 Parameters for Linux

    -

    NOTE For Windows, see below.

    -

    You will need to install the multi-core versions of par2 yourself, as described here.

    - -

    The behavior of multi-core PAR2 can be influenced by an extra parameter. By default it will use all available cores.

    - - -
    -

    Extra Par2 Parameters for Windows

    -

    The Windows version of SABnzbd has MultiPar integrated which allows you to specify the multi-core behavior and memory usage. Additionally, you can also enable the use of the GPU. Beware: GPU performance varies between systems and can also be slower on some systems.

    - - - -
    -

    Nice to reduce CPU priority

    -

    When SABnzbd runs external tools like par2 and unrar, these tools may use up all CPU capacity. - If you set parameters in the nice option box, the tool will be used (if installed). - You will need to experiment with the parameters. Leaving the box empty will disable the use of nice.
    - Popular parameters are -n10.
    - For more info, see the nice man-page -

    - -
    -

    IONice to reduce disk priority

    -

    When SABnzbd runs external tools like par2 and unrar, these tools may use up all disk capacity - This can make simultaneous use of the system problematic, e.g. when you want to watch a movie. - If you set parameters in the ionice option box, the tool will be used (if installed). - You will need to experiment with the parameters. Leaving the box empty will disable the use of ionice.
    - Popular parameters are -c2 -n4.
    - For more info, see the ionice man-page -

    -

    Be careful, using wrong parameters will make all external tools fail!