[pulseaudio-commits] r1136 - in /trunk/src/daemon: daemon-conf.c daemon.conf.in
svnmailer-noreply at 0pointer.de
svnmailer-noreply at 0pointer.de
Fri Jul 21 12:59:54 PDT 2006
Author: lennart
Date: Fri Jul 21 21:59:52 2006
New Revision: 1136
URL: http://0pointer.de/cgi-bin/viewcvs.cgi?rev=1136&root=pulseaudio&view=rev
Log:
raise the default value for RLIMIT_NOFILE to 200 since 25 is apparently too small if every single GNOME apps thinks it needs to create its own server connection!
Modified:
trunk/src/daemon/daemon-conf.c
trunk/src/daemon/daemon.conf.in
Modified: trunk/src/daemon/daemon-conf.c
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/daemon/daemon-conf.c?rev=1136&root=pulseaudio&r1=1135&r2=1136&view=diff
==============================================================================
--- trunk/src/daemon/daemon-conf.c (original)
+++ trunk/src/daemon/daemon-conf.c Fri Jul 21 21:59:52 2006
@@ -78,7 +78,7 @@
.rlimit_core = { .value = 0, .is_set = 0 },
.rlimit_data = { .value = 0, .is_set = 0 },
.rlimit_fsize = { .value = 0, .is_set = 0 },
- .rlimit_nofile = { .value = 25, .is_set = 1 },
+ .rlimit_nofile = { .value = 200, .is_set = 1 },
.rlimit_stack = { .value = 0, .is_set = 0 }
#ifdef RLIMIT_NPROC
, .rlimit_nproc = { .value = 0, .is_set = 0 }
Modified: trunk/src/daemon/daemon.conf.in
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/daemon/daemon.conf.in?rev=1136&root=pulseaudio&r1=1135&r2=1136&view=diff
==============================================================================
--- trunk/src/daemon/daemon.conf.in (original)
+++ trunk/src/daemon/daemon.conf.in Fri Jul 21 21:59:52 2006
@@ -87,7 +87,7 @@
; rlimit-core = -1
; rlimit-data = -1
; rlimit-fsize = -1
-; rlimit-nofile = 25
+; rlimit-nofile = 200
; rlimit-stack = -1
; rlimit-nproc = -1
; rlimit-memlock = 25
More information about the pulseaudio-commits
mailing list