Open
Description
The current implementation of the DEFAULT_STACK_SIZE
app property parses with a radix of 16 and is not documented anywhere, but is used by ASP.NET in ANCM scenarios. We should update the name to follow the convention and officially document the setting at https://learn.microsoft.com/dotnet/core/runtime-config/threading.
- Create a new property - Perhaps,
System.Threading.DefaultStackSize
? - Document the new property at https://learn.microsoft.com/dotnet/core/runtime-config/threading
Lookup:
runtime/src/coreclr/vm/corhost.cpp
Lines 614 to 618 in cc80345
Parsing:
runtime/src/coreclr/vm/threads.cpp
Lines 2045 to 2065 in cc80345