--- internals.h.orig2 Thu Apr 21 15:19:29 2005 +++ internals.h Thu Apr 21 15:19:41 2005 @@ -345,7 +345,7 @@ THREAD_SELF implementation is used, this must be a power of two and a multiple of PAGE_SIZE. */ #ifndef STACK_SIZE -#define STACK_SIZE (2 * 1024 * 1024) +#define STACK_SIZE (128 * 1024) #endif /* The initial size of the thread stack. Must be a multiple of PAGE_SIZE. */