mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-17 06:59:56 -05:00
add new command line option --no-cpu-limit. This is useful when running PulseAudio in valgrind's massif or callgrind tools
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1149 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
563fab983f
commit
61ce8bb002
5 changed files with 42 additions and 16 deletions
|
|
@ -79,6 +79,11 @@
|
|||
## effectively disables multiple instances.
|
||||
; use-pid-file = 1
|
||||
|
||||
## Do not install the CPU load limit, even on platforms where it is
|
||||
## supported. This option is useful when debugging/profiling
|
||||
## PulseAudio to disable disturbing SIGXCPU signals.
|
||||
; no-cpu-limit = 0
|
||||
|
||||
## Run the daemon as system-wide instance, requires root priviliges
|
||||
; system-instance = 0
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue