Page 1 of 1

python stack size

Posted: Wed Oct 12, 2011 1:06 pm
by Thematic
Is there a way to set python stack size globally without touching DOS preferences? 512 KiB is doubtfully enough anyway; even the docs mention 800+.

Re: python stack size

Posted: Wed Oct 12, 2011 5:00 pm
by ssolie
Python has a stack cookie so you probably don't need to worry about it.

Re: python stack size

Posted: Wed Oct 12, 2011 5:19 pm
by Thematic
ssolie wrote:Python has a stack cookie so you probably don't need to worry about it.
Looks like it's set to 75000 bytes, though.