Eike Lange <eike.lange(a)uni-essen.de> writes:
> Thorsten and I use a very (possibly, depending
> on the source-size) large stack for the
> "pindent"- program. Are there any limitations
> for stack-size on some systems, gpc runs on?
Stack sizes can be set by ulimit on some systems. On such
systems, it may be set as low as 2Mb. It is set at
either 4Mb or 8Mb on all the servers we use here though.
For large allocations, it is usually better to use a more
permanent storage mechanism
Nick.