]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
3451. [port] Increase per thread stack size from 64K to 1M.
authorMark Andrews <marka@isc.org>
Sun, 6 Jan 2013 22:52:16 +0000 (09:52 +1100)
committerMark Andrews <marka@isc.org>
Sun, 6 Jan 2013 22:52:16 +0000 (09:52 +1100)
                        [RT #32230]

CHANGES
lib/isc/pthreads/thread.c

diff --git a/CHANGES b/CHANGES
index e236b4277248870bf6c374d8185cc4e1ce8baf9e..555944c1ae129cb45e1fc13894e9297043a15d82 100644 (file)
--- 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]
 
index 4b5b4919b2b01a4e6bbe0f5e2221b7025064dba5..d5cb7448e1d17cc03f987635a86a3dd10103d363 100644 (file)
@@ -25,7 +25,7 @@
 #include <isc/util.h>
 
 #ifndef THREAD_MINSTACKSIZE
-#define THREAD_MINSTACKSIZE            (64U * 1024)
+#define THREAD_MINSTACKSIZE            (1024U * 1024)
 #endif
 
 isc_result_t