mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-31 22:25:33 -04:00
don't touch RLIMIT:MEMBLOCK by default. This should improve out-of-the-box comaptibility with JACK
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2052 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
7b321eda3a
commit
15f56de8f2
2 changed files with 2 additions and 2 deletions
|
|
@ -90,7 +90,7 @@ static const pa_daemon_conf default_conf = {
|
||||||
, .rlimit_nproc = { .value = 0, .is_set = FALSE }
|
, .rlimit_nproc = { .value = 0, .is_set = FALSE }
|
||||||
#endif
|
#endif
|
||||||
#ifdef RLIMIT_MEMLOCK
|
#ifdef RLIMIT_MEMLOCK
|
||||||
, .rlimit_memlock = { .value = 16384, .is_set = TRUE }
|
, .rlimit_memlock = { .value = 0, .is_set = FALSE }
|
||||||
#endif
|
#endif
|
||||||
#ifdef RLIMIT_NICE
|
#ifdef RLIMIT_NICE
|
||||||
, .rlimit_nice = { .value = 31, .is_set = TRUE } /* nice level of -11 */
|
, .rlimit_nice = { .value = 31, .is_set = TRUE } /* nice level of -11 */
|
||||||
|
|
|
||||||
|
|
@ -56,7 +56,7 @@
|
||||||
; rlimit-nofile = 256
|
; rlimit-nofile = 256
|
||||||
; rlimit-stack = -1
|
; rlimit-stack = -1
|
||||||
; rlimit-nproc = -1
|
; rlimit-nproc = -1
|
||||||
; rlimit-memlock = 16384
|
; rlimit-memlock = -1
|
||||||
; rlimit-nice = 31
|
; rlimit-nice = 31
|
||||||
; rlimit-rtprio = 9
|
; rlimit-rtprio = 9
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue