stackSize
The stack size of the receiver, in bytes.
Declaration
var stackSize: Int { get set }Discussion
This value must be in bytes and a multiple of 4KB.
To change the stack size, you must set this property before starting your thread. Setting the stack size after the thread has started changes the attribute size (which is reflected by the stackSize method), but it does not affect the actual number of pages set aside for the thread.