Top "Stack-size" questions

Why is stack size in C# exactly 1 MB?

Today's PCs have a large amount of physical RAM but still, the stack size of C# is only 1 MB for 32…

c# stack clr stack-size
Java thread stack size on 64-bit linux

My goal is to come up with figure of max threads which can run in parallel. I was pointed to …

java linux multithreading jvm stack-size
How to determine Stack size of a Program in linux?

How does one determine the current stack size of a program in linux? it is said that the stack size …

linux multithreading stack-size
Can one obtain actual stack size used by a thread in Java after some time of running?

The idea would be to help determine the optimum stack size for a given Java application. One thing that could …

java stack-size
thread stack size on Windows (Visual C++)

Is there a call to determine the stack size of a running thread? I've been looking in MSDN thread functions …

windows stack stack-size
warning C6262: Function uses '27688' bytes of stack: exceeds /analyze:stacksize '16384'. Consider moving some data to heap

I have read a few questions and topics on this issue. For example: Warning message regarding stack size But I …

mfc code-analysis stack-size
How do I increase the stack size when compiling with Clang on OS X?

Can I specify the stack size with clang++? I can't find any compiler options that would allow me to do …

macos ld compiler-options stack-size