[ODE] Yet another stack size question
Max Lungarella
max.lungarella at aist.go.jp
Mon May 19 08:58:01 2003
hi josh,
did you try to use 'setrlimit'? it allows you to set the max. stack
size. have a look at its manpage. 'getrlimit' returns the current max.
stack size.
hope this helps.
max
> Hi all,
> I'm trying to compile my ODE code with g++ on Linux, and it doesn't
> seem to recognize the '--stack = 0x1000000' command, in an attempt
> to increase stack size.
> Does anyone have an idea how to increase stack size under g++?
>
> Thanks,
> Josh