Quoth Darrell Walisser: > > Is there a way to increase the size of the stack given to fgfs in Mac > > OS X? I heard of a ulimit command but my machine (10.2.4) doesn't seem > > to have this. Unsure if stack growing into the heap or vice versa is > > the problem here. > > I don't have this either (I used it once on a solaris box). Unless > there is infinite recursion, you probably won't overflow the stack. I > think you can adjust the underlying thread's stack size though (see man > pthread).
ulimit is a shell (bash and probably others) builtin, just run ulimit -a Read the bash man page for more information. Regards, David K. Drum [EMAIL PROTECTED] _______________________________________________ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel
