[Freeswitch-svn] [commit] r12538 - freeswitch/trunk/src

FreeSWITCH SVN anthm at freeswitch.org
Mon Mar 9 11:43:17 PDT 2009


Author: anthm
Date: Mon Mar  9 13:43:17 2009
New Revision: 12538

Log:
I guess we have to leave this for lusers

Modified:
   freeswitch/trunk/src/switch_core.c

Modified: freeswitch/trunk/src/switch_core.c
==============================================================================
--- freeswitch/trunk/src/switch_core.c	(original)
+++ freeswitch/trunk/src/switch_core.c	Mon Mar  9 13:43:17 2009
@@ -792,7 +792,7 @@
 #ifndef __FreeBSD__
 	memset(&rlp, 0, sizeof(rlp));
 	rlp.rlim_cur = SWITCH_THREAD_STACKSIZE;
-	rlp.rlim_max = SWITCH_THREAD_STACKSIZE;
+	rlp.rlim_max = SWITCH_SYSTEM_THREAD_STACKSIZE;
 	setrlimit(RLIMIT_STACK, &rlp);
 #endif
 



More information about the Freeswitch-svn mailing list