From: Mark Andrews Date: Sun, 6 Jan 2013 22:52:16 +0000 (+1100) Subject: 3451. [port] Increase per thread stack size from 64K to 1M. X-Git-Tag: v9.10.0a1~615 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=c359f7b10f2ea19f08668a3c89c91d0834035ec8;p=thirdparty%2Fbind9.git 3451. [port] Increase per thread stack size from 64K to 1M. [RT #32230] --- diff --git a/CHANGES b/CHANGES index e236b427724..555944c1ae1 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +3451. [port] Increase per thread stack size from 64K to 1M. + [RT #32230] + 3450. [bug] Stop logfileconfig system test spam system logs. [RT #32315] diff --git a/lib/isc/pthreads/thread.c b/lib/isc/pthreads/thread.c index 4b5b4919b2b..d5cb7448e1d 100644 --- a/lib/isc/pthreads/thread.c +++ b/lib/isc/pthreads/thread.c @@ -25,7 +25,7 @@ #include #ifndef THREAD_MINSTACKSIZE -#define THREAD_MINSTACKSIZE (64U * 1024) +#define THREAD_MINSTACKSIZE (1024U * 1024) #endif isc_result_t