Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
ISC Open Source Projects
BIND
Commits
c359f7b1
Commit
c359f7b1
authored
Jan 07, 2013
by
Mark Andrews
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
3451. [port] Increase per thread stack size from 64K to 1M.
[RT #32230]
parent
49503f1d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
CHANGES
CHANGES
+3
-0
lib/isc/pthreads/thread.c
lib/isc/pthreads/thread.c
+1
-1
No files found.
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
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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