How to increase the size of GCL's 'bind stack' ?



I have a program which works for small n, but gets a 'bind stack overflow' for large n.

Is there any way to increase the size of this 'bind stack' ?

Thanks.