|
Increase stack size -
07-02-2009, 04:44 PM
How do I increase the size of the default stack used for threads for BlackBerry apps? I'm using Eclipse and just an 8300 Simulator for now not that it should make any difference.
I'd be interested to know what the default stack size is as well 8K, 16K or something else?
The reason I want to do this is that I have a recursive function that is sometimes blowing out the stack on the BlackBerry platform but identical code on J2ME is running fine.
|