Both the POSIX and POSIX-NG OSALs contain the following in `osapi.c`: {{{#!c #ifndef PTHREAD_STACK_MIN #define PTHREAD_STACK_MIN 8092 #endif }}} I believe this is supposed to be 8192 or 8*1024.