diff options
author | Lorry Tar Creator <lorry-tar-importer@baserock.org> | 2015-02-17 17:25:57 +0000 |
---|---|---|
committer | <> | 2015-03-17 16:26:24 +0000 |
commit | 780b92ada9afcf1d58085a83a0b9e6bc982203d1 (patch) | |
tree | 598f8b9fa431b228d29897e798de4ac0c1d3d970 /docs/installation/build_unix_stacksize.html | |
parent | 7a2660ba9cc2dc03a69ddfcfd95369395cc87444 (diff) | |
download | berkeleydb-master.tar.gz |
Diffstat (limited to 'docs/installation/build_unix_stacksize.html')
-rw-r--r-- | docs/installation/build_unix_stacksize.html | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/docs/installation/build_unix_stacksize.html b/docs/installation/build_unix_stacksize.html index 15208b7b..e88ddc8e 100644 --- a/docs/installation/build_unix_stacksize.html +++ b/docs/installation/build_unix_stacksize.html @@ -7,14 +7,14 @@ <link rel="stylesheet" href="gettingStarted.css" type="text/css" /> <meta name="generator" content="DocBook XSL Stylesheets V1.73.2" /> <link rel="start" href="index.html" title="Berkeley DB Installation and Build Guide" /> - <link rel="up" href="upgrade_11gr2_toc.html" title="Chapter 12. Upgrading Berkeley DB 4.8 applications to Berkeley DB 11.2.5.0" /> + <link rel="up" href="upgrade_11gr2_toc.html" title="Chapter 14. Upgrading Berkeley DB 4.8 applications to Berkeley DB 11.2.5.0" /> <link rel="prev" href="upgrade_11gr2_remsupp.html" title="Dropped Support" /> <link rel="next" href="changelog_5_0.html" title="Berkeley DB 11g Release 2 Change Log" /> </head> <body> <div xmlns="" class="navheader"> <div class="libver"> - <p>Library Version 11.2.5.3</p> + <p>Library Version 12.1.6.1</p> </div> <table width="100%" summary="Navigation header"> <tr> @@ -22,9 +22,7 @@ </tr> <tr> <td width="20%" align="left"><a accesskey="p" href="upgrade_11gr2_remsupp.html">Prev</a> </td> - <th width="60%" align="center">Chapter 12. - Upgrading Berkeley DB 4.8 applications to Berkeley DB 11.2.5.0 - </th> + <th width="60%" align="center">Chapter 14. Upgrading Berkeley DB 4.8 applications to Berkeley DB 11.2.5.0 </th> <td width="20%" align="right"> <a accesskey="n" href="changelog_5_0.html">Next</a></td> </tr> </table> @@ -38,8 +36,15 @@ </div> </div> </div> - <p>Prior to the 11gR2 release, Berkeley DB limited the stack size for threads it created using the POSIX thread API to 128 KB for 32-bit platforms and 256 KB for 64-bit platforms. In this release, the system default stack size is used unless you run the Berkeley DB configure script with the <code class="literal">--with-stacksize=SIZE</code> argument to override the default. -</p> + <p> + Prior to the 11gR2 release, Berkeley DB limited the stack + size for threads it created using the POSIX thread API to 128 + KB for 32-bit platforms and 256 KB for 64-bit platforms. In + this release, the system default stack size is used unless you + run the Berkeley DB configure script with the + <code class="literal">--with-stacksize=SIZE</code> argument to + override the default. + </p> </div> <div class="navfooter"> <hr /> |