What's the memory overhead for a single windows threads?

Posted by DayOne on Stack Overflow See other posts from Stack Overflow or by DayOne
Published on 2010-04-30T12:25:38Z Indexed on 2010/04/30 12:47 UTC
Read the original article Hit count: 163

Filed under:
|
|

Is it 1 Mb of stack per thread? Or is that just CLR threads?

I want to know the memory over head of native windows threads (c++) and CLR threads as view via Task Manager.

Thanks

© Stack Overflow or respective owner

Related posts about c#

Related posts about c++