We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf41052 commit 56aad54Copy full SHA for 56aad54
src/coreclr/pal/src/init/pal.cpp
@@ -248,7 +248,7 @@ EnsureStackSize(SIZE_T stackSize)
248
void
249
InitializeDefaultStackSize()
250
{
251
- CLRConfigNoCache defStackSize = CLRConfigNoCache::Get("DefaultStackSize", /*noprefix*/ false, &getenv);
+ CLRConfigNoCache defStackSize = CLRConfigNoCache::Get("Thread_DefaultStackSize", /*noprefix*/ false, &getenv);
252
if (defStackSize.IsSet())
253
254
DWORD size;
0 commit comments