]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
lower stack count limit to 16 (attempt to fix FSCORE-202)
authorMichael Jerris <mike@jerris.com>
Mon, 13 Oct 2008 15:42:11 +0000 (15:42 +0000)
committerMichael Jerris <mike@jerris.com>
Mon, 13 Oct 2008 15:42:11 +0000 (15:42 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9994 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/include/switch_types.h

index db158bb7b94f261ec025eb186bfdb4a5e8b9463b..8c6e13521f546cce2ccb9c96b54cb6a92726382c 100644 (file)
@@ -348,7 +348,7 @@ struct switch_directories {
 typedef struct switch_directories switch_directories;
 SWITCH_DECLARE_DATA extern switch_directories SWITCH_GLOBAL_dirs;
 
-#define SWITCH_MAX_STACKS 32
+#define SWITCH_MAX_STACKS 16
 #define SWITCH_THREAD_STACKSIZE 240 * 1024
 #define SWITCH_SYSTEM_THREAD_STACKSIZE 8192 * 1024
 #define SWITCH_MAX_INTERVAL 120        /* we only do up to 120ms */