Re: How to increase stack size limit
Re: How to increase stack size limit
- Subject: Re: How to increase stack size limit
- From: Steve Lidie <email@hidden>
- Date: Thu, 19 Jun 2003 09:19:51 -0400
On Thursday, Jun 19, 2003, at 04:20 US/Eastern, Jonas Maebe wrote:
On donderdag, jun 19, 2003, at 07:59 Europe/Brussels, Markian Hlynka
wrote:
sorry, I missed Greg's reply and the start of this thread. I know
that it's possible to increase the stack size with the limit
command... And I know a friend of mine had to do this for his
graphics-intense code (visualization of LARGE datasets). So, I'm
wondering why this doesn't work for you?
I really don't understand why you would need so much stack space for
that. What's wrong with malloc()?
Because it might be a third party application that passes data (arrays)
on the stack. The larger the array the larger the stack that's
required. I have a machine with a stack size of 4 GB.
_______________________________________________
x11-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/x11-users
X11 for Mac OS X FAQ: http://developer.apple.com/qa/qa2001/qa1232.html
Report issues, request features, feedback: http://developer.apple.com/bugreporter
Do not post admin requests to the list. They will be ignored.