Thread.StackSize Property
Syntax
StackSize as Integer
Size of the stack, in bytes. Can be set when the thread is not running.
The default stack size is 64K on Macintosh and Linux and 904K on Windows. A StackSize of zero indicates the default.