REFERENCE


JavaStackSize
Syntax: JavaStackSize=number of bytes

Description: Specifies the size of each Java thread's execution stack. You may need to increase the default number of bytes if you need deeply-nested call stacks, but otherwise you should not need to change the default.

Applies to: Servers

Default: 409600

UI equivalent: None

See also