increased stack size for PAM coroutines to 64k.

This commit is contained in:
Nikos Mavrogiannopoulos
2013-11-05 19:58:07 +01:00
parent d284a601d4
commit 9374aa7576

View File

@@ -34,7 +34,7 @@
#include <pcl.h>
#include <str.h>
#define PAM_STACK_SIZE (48*1024)
#define PAM_STACK_SIZE (64*1024)
#define MAX_REPLIES 2