From c359f7b10f2ea19f08668a3c89c91d0834035ec8 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Mon, 7 Jan 2013 09:52:16 +1100 Subject: [PATCH] 3451. [port] Increase per thread stack size from 64K to 1M. [RT #32230] --- CHANGES | 3 +++ lib/isc/pthreads/thread.c | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index e236b42772..555944c1ae 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 4b5b4919b2..d5cb7448e1 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