Question increasing the stack

andrews

Well-known member
Joined
Nov 22, 2011
Messages
132
Programming Experience
5-10
I have a recurse function for sorting a big array.
But the stack is to small because I get a message stackoverflow.
When the array is smaller there is no message and the array is sorted.
How can I make the stack bigger?
Thanks for any response.
 
Back
Top