Hello. As I have read in ths docs, Phobos' threads allow me to specify the stack size. What is the default size? Suppose I know the maximum amount of functions a thread stack at any single time along with the variables. How to I calculate the stack size in bytes, and is it a good idea to begin with?