STACKSIZE configuration parameter
Use the STACKSIZE configuration parameter to specify the stack size for the database server user threads.
- onconfig.std value
- STACKSIZE 32 for 32-bit database servers
STACKSIZE 64 for 64-bit database servers
- values
- 32 through limit determined by the database server configuration and the amount of memory available
- units
- Kilobytes
- takes effect
- After you edit your onconfig file and restart the database server.
Usage
The value of STACKSIZE does not have an upper limit, but setting a value that is too large wastes virtual memory space and can cause swap-space problems.
For 32-bit platforms, the default STACKSIZE value of 32 kilobytes is sufficient for nonrecursive database activity. For 64-bit platforms, the recommended STACKSIZE value is 64 kilobytes. When the database server performs recursive database tasks, as in some SPL routines, for example, it checks for the possibility of stack-size overflow and automatically expands the stack.