How do I increase memory allocation?



I wrote a program that seems to work perfectly but when I hand it a
moderate sized problem I get a message "Error: Bind stack overflow" 32
levels of recursion into the calculation.

I'm using the latest version XMaxima for Windows with GCL built in I
guess.

I see no reason that the calculation shouldn't be able to go hundreds or
thousands of levels deep.  I have hundreds of megabytes of physical RAM
free and gigabytes of virtual RAM.

How do I allocate enough RAM to finish run my program?

Thanks.

Joshua Scholar