On Sunday, Mar 21, 2004, at 14:40 Europe/London, Paulo Jorge de Oliveira Cantante de Matos wrote:
Warning - Increasing stack from 37748736 to 67108860 bytes Warning - Stack limit reached - interrupting process Exception- Interrupt raised
I know it's a huge number, that was the idea. :D How can I increase the stack limit?
There's a hard-wired limit on any heap object of 2^24-1 words which is 67108860 bytes. That includes stacks so once your stack reaches that size there's nothing more you can do.
Regards, David.