Sets the stack size that the thread shall use (set before calling start()) which must be a multiple of FXProcess::pageSize(). Setting zero causes system default to be used (usually 1 or 2Mb).
- Note:
- Most systems cannot automatically extend their stack when it runs out. This I personally find amazing given Acorn RISC-OS could do it happily fifteen years ago but I'd imagine on 64 bit memory architectures it won't matter again for another fifteen years or so.