mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-15 08:56:34 -05:00
daemon: disable CPU load limiter by default
RLIMIT_RTTIME and rtki can do this job much better, so let's disable this by default.
This commit is contained in:
parent
5daecea4dd
commit
812be32783
3 changed files with 4 additions and 4 deletions
|
|
@ -133,11 +133,11 @@ USA.
|
|||
</option>
|
||||
|
||||
<option>
|
||||
<p><opt>cpu-limit=</opt> If disabled d not install the CPU load
|
||||
<p><opt>cpu-limit=</opt> If disabled do not install the CPU load
|
||||
limiter, even on platforms where it is supported. This option is
|
||||
useful when debugging/profiling PulseAudio to disable disturbing
|
||||
SIGXCPU signals. Takes a boolean argument, defaults to
|
||||
<opt>yes</opt>. The <opt>--no-cpu-limit</opt> command line
|
||||
<opt>no</opt>. The <opt>--no-cpu-limit</opt> command line
|
||||
argument takes precedence.</p>
|
||||
</option>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue