|
From: Sam S. <sd...@gn...> - 2002-06-06 14:42:22
|
> * In message <3CF...@ce...> > * On the subject of "[clisp-list] Program stack overflow. RESET: how to increase the stack size on windows?" > * Sent on Thu, 06 Jun 2002 16:16:19 +0200 > * Honorable Christian Schuhegger <Chr...@ce...> writes: > > i just ran into a problem: > *** Program stack overflow. RESET > > i am working on windows and i would like to increase the stack size of > the lisp.exe executable. now i wonder how to do this? editbin /stack:3145728 lisp.exe 3145728 is the default value. increase it to your taste. note that editbin.exe does not come with MS "OS"es, only with their "development systems", so you will have to find someone with "MSVS" to do this. note that compiling program will save stack too. also, nothing beats algorithm improvement. :-) -- Sam Steingold (http://www.podval.org/~sds) running RedHat7.2 GNU/Linux <http://www.camera.org> <http://www.iris.org.il> <http://www.memri.org/> <http://www.mideasttruth.com/> <http://www.palestine-central.com/links.html> MS Windows: error: the operation completed successfully. |