ServiceThreadStackSize
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 9.0
- Documentation
Specifies the minimum stack size (in bytes) allocated for the created stack for each thread in the threadpool.
The default thread stack size and this ServiceThreadStackSize are logged in the debug logging level of the service log.
| Platform | Default Stack Size | Default Stack Size with a JVM |
| Linux | 8192 KB | 8192 KB |
| AIX | 96 KB | 96 KB |
| Windows | See operating system documentation.1 | See operating system documentation1 |
1 Default thread stack size cannot be determined using the thread API. Consult the operation system documentation for the default value.
Type
Static