Well, IMO playing with stack command is slightly stupid because the stacksize is remembered. So if you for example put it to a script, everything executed after this script will use 200000 byte stack, too.
Unless of course you do something like:
stack 200000
whatever
stack 4096