]> code.ossystems Code Review - meta-freescale.git/commitdiff
pulseaudio: Update daemon.conf to use rlimit-rttime
authorLauren Post <lauren.post@nxp.com>
Mon, 3 Oct 2016 14:47:03 +0000 (09:47 -0500)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 18 Oct 2016 18:26:15 +0000 (16:26 -0200)
This update specifies a limit on the amount of CPU time
that a process scheduled under a real time scheduling policy
may consume without making a blocking system call.  If pulseaudio cost
more time which exceed the rlimte-rttime it will be kill by kernel.

Signed-off-by: Lauren Post <lauren.post@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
recipes-multimedia/pulseaudio/pulseaudio/imx/daemon.conf

index 54854eb82b1777612d3a0999065d956ea671a921..9eb954bbcce0f466b810810326feb1392ad96a64 100644 (file)
@@ -71,7 +71,7 @@ flat-volumes = no
 ; rlimit-msgqueue = -1
 ; rlimit-nice = 31
 ; rlimit-rtprio = 9
-; rlimit-rttime = 1000000
+rlimit-rttime = 4000000
 
 ; default-sample-format = s16le
 ; default-sample-rate = 44100