[Python-Dev] stack check on Unix: any suggestions? (original) (raw)

Guido van Rossum guido@beopen.com
Thu, 31 Aug 2000 11:23:21 -0500


That would be Kb. But -c controls core-file size, not stack. You wanted -s. ulimit -a shows all the limits.

Typo. I did use ulimit -s. ulimit -a confirms that it's 8192 kbytes.

--Guido van Rossum (home page: http://www.pythonlabs.com/~guido/)