]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
I guess we have to leave this for lusers
authorAnthony Minessale <anthony.minessale@gmail.com>
Mon, 9 Mar 2009 18:43:17 +0000 (18:43 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Mon, 9 Mar 2009 18:43:17 +0000 (18:43 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12538 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/switch_core.c

index 649efac700ed569870682b65f2194f639696e635..66b588e4573232180d4458f013c5f1dac243d958 100644 (file)
@@ -792,7 +792,7 @@ SWITCH_DECLARE(void) switch_core_setrlimits(void)
 #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