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:
Lennart Poettering 2006-07-25 20:51:15 +00:00
parent 563fab983f
commit 61ce8bb002
5 changed files with 42 additions and 16 deletions

View file

@ -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