Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
c359f7b1
Commit
c359f7b1
authored
Jan 07, 2013
by
Mark Andrews
Browse files
3451. [port] Increase per thread stack size from 64K to 1M.
[RT #32230]
parent
49503f1d
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
c359f7b1
3451. [port] Increase per thread stack size from 64K to 1M.
[RT #32230]
3450. [bug] Stop logfileconfig system test spam system logs.
[RT #32315]
...
...
lib/isc/pthreads/thread.c
View file @
c359f7b1
...
...
@@ -25,7 +25,7 @@
#include
<isc/util.h>
#ifndef THREAD_MINSTACKSIZE
#define THREAD_MINSTACKSIZE (
6
4U * 1024)
#define THREAD_MINSTACKSIZE (
102
4U * 1024)
#endif
isc_result_t
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment