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

Charles G Waldman cgw@fnal.gov
Thu, 31 Aug 2000 10:14:02 -0500 (CDT)


Guido van Rossum writes:

I get 5788 iterations on Red Hat Linux 6.2 (ulimit -c says 8192; I have no idea what units).

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