conf: update module-rt usage
update the module-rt description and commented-out defaults to reflect the addition of utilisation clamping to the module. Signed-off-by: James Calligeros <jcalligeros99@gmail.com>
This commit is contained in:
@@ -35,13 +35,16 @@ context.modules = [
|
||||
# If nofail is given, module initialization failures are ignored.
|
||||
#
|
||||
|
||||
# Uses RTKit to boost the data thread priority.
|
||||
# Uses RTKit to boost the data thread priority. Also allows clamping
|
||||
# of utilisation when using the Completely Fair Scheduler on Linux.
|
||||
{ name = libpipewire-module-rt
|
||||
args = {
|
||||
nice.level = -11
|
||||
#rt.prio = 88
|
||||
#rt.time.soft = -1
|
||||
#rt.time.hard = -1
|
||||
#uclamp.min = 0
|
||||
#uclamp.max = 1024
|
||||
}
|
||||
flags = [ ifexists nofail ]
|
||||
}
|
||||
|
@@ -38,13 +38,16 @@ context.modules = [
|
||||
# If nofail is given, module initialization failures are ignored.
|
||||
#
|
||||
|
||||
# Uses RTKit to boost the data thread priority.
|
||||
# Uses RTKit to boost the data thread priority. Also allows clamping
|
||||
# of utilisation when using the Completely Fair Scheduler on Linux.
|
||||
{ name = libpipewire-module-rt
|
||||
args = {
|
||||
nice.level = -11
|
||||
#rt.prio = 88
|
||||
#rt.time.soft = -1
|
||||
#rt.time.hard = -1
|
||||
#uclamp.min = 0
|
||||
#uclamp.max = 1024
|
||||
}
|
||||
flags = [ ifexists nofail ]
|
||||
}
|
||||
|
Reference in New Issue
Block a user