]> code.delx.au - pulseaudio/commitdiff
don't touch RLIMIT:MEMBLOCK by default. This should improve out-of-the-box comaptibil...
authorLennart Poettering <lennart@poettering.net>
Tue, 13 Nov 2007 19:39:23 +0000 (19:39 +0000)
committerLennart Poettering <lennart@poettering.net>
Tue, 13 Nov 2007 19:39:23 +0000 (19:39 +0000)
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2052 fefdeb5f-60dc-0310-8127-8f9354f1896f

src/daemon/daemon-conf.c
src/daemon/daemon.conf.in

index 089b12fcae69f3518da80922b670401c81674692..3d63891ce1d0b2b322cdada16b96947c3519384a 100644 (file)
@@ -90,7 +90,7 @@ static const pa_daemon_conf default_conf = {
     , .rlimit_nproc = { .value = 0, .is_set = FALSE }
 #endif
 #ifdef RLIMIT_MEMLOCK
-    , .rlimit_memlock = { .value = 16384, .is_set = TRUE }
+    , .rlimit_memlock = { .value = 0, .is_set = FALSE }
 #endif
 #ifdef RLIMIT_NICE
     , .rlimit_nice = { .value = 31, .is_set = TRUE }     /* nice level of -11 */
index f15d93e89dd9f735fc009adabc31008c54f56a23..8d224e8266fc45d1d6e3a6b6062acc4b18d88161 100644 (file)
@@ -56,7 +56,7 @@
 ; rlimit-nofile = 256
 ; rlimit-stack = -1
 ; rlimit-nproc = -1
-; rlimit-memlock = 16384
+; rlimit-memlock = -1
 ; rlimit-nice = 31
 ; rlimit-rtprio = 9