mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-22 06:13:19 -07:00
update description for niceness
This commit is contained in:
parent
dfd9f7b10d
commit
aa637cbc21
1 changed files with 4 additions and 2 deletions
|
@ -469,7 +469,9 @@
|
||||||
# Niceness for external tasks Extractor and Transcoder.
|
# Niceness for external tasks Extractor and Transcoder.
|
||||||
#
|
#
|
||||||
# Set the Niceness value for the nice command. These range from -20 (most favorable to the process) to 19 (least favorable to the process).
|
# 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=10
|
# 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
|
||||||
|
|
||||||
# ionice scheduling class (0, 1, 2, 3).
|
# ionice scheduling class (0, 1, 2, 3).
|
||||||
#
|
#
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue