mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-21 06:59:59 -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
|
|
@ -28,7 +28,7 @@
|
|||
; enable-shm = yes
|
||||
; shm-size-bytes = 0 # setting this 0 will use the system-default, usually 64 MiB
|
||||
; lock-memory = no
|
||||
; cpu-limit = yes
|
||||
; cpu-limit = no
|
||||
|
||||
; high-priority = yes
|
||||
; nice-level = -11
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue