I need to increase the default stack size on 32-bit Windows 7 ultimate.As I know there are two ways to increase stack size on Linux, executing command " ulimit -s size " and changing limits.conf file. Is there some similar method for Windows 7 operating system ?
feedback
|
|
changing the stacksize for a program can be changed by using the
(see http://msdn.microsoft.com/en-us/library/35yc2tc3(v=vs.80).aspx) | |||
|
feedback
|