There is no stack limit, and the stack expands automagically. The stack memory can even be swapped to the disk, if other parts of the system need the physical memory.
If you want, you can limit the maximum possible stack size by using 'limit' command. Normally this is not required, though.