The documentation indicates that the threads "default stack size" is 1MB.
The work "default" implies that it can be changed.
Is it possible to change the StackSize in .NET? If so how?
Is it possible to determine the amount of memory used in the current stack?
Any assistance would be appreciated.
Ben
The work "default" implies that it can be changed.
Is it possible to change the StackSize in .NET? If so how?
Is it possible to determine the amount of memory used in the current stack?
Any assistance would be appreciated.
Ben
Comment