diff options
author | Lauren Post <lauren.post@nxp.com> | 2016-10-03 09:47:03 -0500 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-10-18 16:26:15 -0200 |
commit | 344932d9b1955c06b6ea32f78b2ccb068cee5715 (patch) | |
tree | eff7f24d802065ac0a5cf30a6dd4b6cb6028a594 /recipes-multimedia | |
parent | fd160ae986d3846f404230d991cdf3f47220ef1c (diff) | |
download | meta-freescale-344932d9b1955c06b6ea32f78b2ccb068cee5715.tar.gz |
pulseaudio: Update daemon.conf to use rlimit-rttime
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>
Diffstat (limited to 'recipes-multimedia')
-rw-r--r-- | recipes-multimedia/pulseaudio/pulseaudio/imx/daemon.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-multimedia/pulseaudio/pulseaudio/imx/daemon.conf b/recipes-multimedia/pulseaudio/pulseaudio/imx/daemon.conf index 54854eb8..9eb954bb 100644 --- a/recipes-multimedia/pulseaudio/pulseaudio/imx/daemon.conf +++ b/recipes-multimedia/pulseaudio/pulseaudio/imx/daemon.conf | |||
@@ -71,7 +71,7 @@ flat-volumes = no | |||
71 | ; rlimit-msgqueue = -1 | 71 | ; rlimit-msgqueue = -1 |
72 | ; rlimit-nice = 31 | 72 | ; rlimit-nice = 31 |
73 | ; rlimit-rtprio = 9 | 73 | ; rlimit-rtprio = 9 |
74 | ; rlimit-rttime = 1000000 | 74 | rlimit-rttime = 4000000 |
75 | 75 | ||
76 | ; default-sample-format = s16le | 76 | ; default-sample-format = s16le |
77 | ; default-sample-rate = 44100 | 77 | ; default-sample-rate = 44100 |