FS-11706 [core] add some extra information to troubleshoot 'too many stacked extensions'

This commit is contained in:
Chris Rienzo
2019-03-14 17:20:11 -04:00
committed by Chris Rienzo
parent c8e9eeaec9
commit 1a5ce0ebeb
3 changed files with 14 additions and 17 deletions
+1 -1
View File
@@ -556,7 +556,7 @@ struct switch_filenames {
typedef struct switch_filenames switch_filenames;
SWITCH_DECLARE_DATA extern switch_filenames SWITCH_GLOBAL_filenames;
#define SWITCH_MAX_STACKS 16
#define SWITCH_MAX_STACKS 32
#define SWITCH_THREAD_STACKSIZE 240 * 1024
#define SWITCH_SYSTEM_THREAD_STACKSIZE 8192 * 1024
#define SWITCH_MAX_INTERVAL 120 /* we only do up to 120ms */