From c861ef305af62321f0e93a6d9c183632fc6a68b6 Mon Sep 17 00:00:00 2001 From: Clinton Hall Date: Fri, 31 May 2019 15:01:32 +1200 Subject: [PATCH] Change .cfg description for niceness --- autoProcessMedia.cfg.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/autoProcessMedia.cfg.spec b/autoProcessMedia.cfg.spec index 6829d6b2..486f9b8f 100644 --- a/autoProcessMedia.cfg.spec +++ b/autoProcessMedia.cfg.spec @@ -36,7 +36,9 @@ [Posix] ### Process priority setting for External commands (Extractor and Transcoder) on Posix (Unix/Linux/OSX) systems. # Set the Niceness value for the nice command. These range from -20 (most favorable to the process) to 19 (least favorable to the process). - niceness = 0 + # If entering an integer e.g 'niceness = 4', this is added to the nice command and passed as 'nice -n4' (Default). + # If entering a comma separated list e.g. 'niceness = nice,4' this will be passed as 'nice 4' (Safer). + niceness = nice,-n0 # Set the ionice scheduling class. 0 for none, 1 for real time, 2 for best-effort, 3 for idle. ionice_class = 0 # Set the ionice scheduling class data. This defines the class data, if the class accepts an argument. For real time and best-effort, 0-7 is valid data.