Prevent freeing of the profiler on process shutdown.
[platform/upstream/coreclr.git] / Documentation / project-docs / clr-configuration-knobs.md
1 There are two primary ways to configure runtime behavior: CoreCLR hosts can pass in key-value string pairs during runtime initialization, or users can set special variables in the environment or registry. Today, the set of configuration options that can be set via the former method is relatively small, but moving forward, we expect to add more options there. Each set of options is described below.
2
3 ## Host Configuration Knobs
4 These can be passed in by a host during initialization. Note that the values are all passed in as strings, so if the type is boolean, the value would be the string "true" or "false", and if it's a numeric value, it would be in the form "123".
5
6
7 Name | Description | Type
8 -----|-------------|------
9 `System.GC.Concurrent` | Enable concurrent GC | boolean
10 `System.GC.Server` | Enable server GC | boolean
11 `System.GC.RetainVM` | Put segments that should be deleted on a standby list for future use instead of releasing them back to the OS | boolean
12 `System.Runtime.TieredCompilation` | Enable tiered compilation | boolean
13 `System.Threading.ThreadPool.MinThreads` | Override MinThreads for the ThreadPool worker pool | numeric
14 `System.Threading.ThreadPool.MaxThreads` | Override MaxThreads for the ThreadPool worker pool | numeric
15
16
17
18 ## Environment/Registry Configuration Knobs
19
20 This table was machine-generated using `clr-configuration-knobs.csx` script from repository commit [0ae3d02](https://github.com/dotnet/coreclr/commit/0ae3d020f82c3f8650b7e5eeaf9f1030f7e7e785) on 4/25/2019. It might be out of date. To generate latest documentation run `dotnet-script clr-configuration-knobs.csx` from this file directory.
21
22 When using these configurations from environment variables, the variables need to have the `COMPlus_` prefix in their names. e.g. To set DumpJittedMethods to 1, add the environment variable `COMPlus_DumpJittedMethods=1`.
23
24 See also [Setting configuration variables](../building/viewing-jit-dumps.md#setting-configuration-variables) for more information.
25
26 #### Tables
27 1. [AppDomain Configuration Knobs](#appdomain-configuration-knobs)
28 2. [ARM Configuration Knobs](#arm-configuration-knobs)
29 3. [Assembly Loader Configuration Knobs](#assembly-loader-configuration-knobs)
30 4. [Conditional breakpoints Configuration Knobs](#conditional-breakpoints-configuration-knobs)
31 5. [Debugger Configuration Knobs](#debugger-configuration-knobs)
32 6. [Diagnostics (internal general-purpose) Configuration Knobs](#diagnostics-internal-general-purpose-configuration-knobs)
33 7. [Entry point slot backpatch Configuration Knobs](#entry-point-slot-backpatch-configuration-knobs)
34 8. [Exception Handling Configuration Knobs](#exception-handling-configuration-knobs)
35 9. [Garbage collector Configuration Knobs](#garbage-collector-configuration-knobs)
36 10. [GDBJIT Configuration Knobs](#gdbjit-configuration-knobs)
37 11. [IBC Configuration Knobs](#ibc-configuration-knobs)
38 12. [Interop Configuration Knobs](#interop-configuration-knobs)
39 13. [Interpreter Configuration Knobs](#interpreter-configuration-knobs)
40 14. [JIT Configuration Knobs](#jit-configuration-knobs)
41 15. [JIT Hardware Intrinsics Configuration Knobs](#jit-hardware-intrinsics-configuration-knobs)
42 16. [Jit Pitching Configuration Knobs](#jit-pitching-configuration-knobs)
43 17. [Loader Configuration Knobs](#loader-configuration-knobs)
44 18. [Loader heap Configuration Knobs](#loader-heap-configuration-knobs)
45 19. [Log Configuration Knobs](#log-configuration-knobs)
46 20. [MetaData Configuration Knobs](#metadata-configuration-knobs)
47 21. [Native Binder Configuration Knobs](#native-binder-configuration-knobs)
48 22. [NGEN Configuration Knobs](#ngen-configuration-knobs)
49 23. [Performance Configuration Knobs](#performance-configuration-knobs)
50 24. [Profiling API / ETW Configuration Knobs](#profiling-api--etw-configuration-knobs)
51 25. [Spinning heuristics Configuration Knobs](#spinning-heuristics-configuration-knobs)
52 26. [Stress Configuration Knobs](#stress-configuration-knobs)
53 27. [Thread (miscellaneous) Configuration Knobs](#thread-miscellaneous-configuration-knobs)
54 28. [Thread Suspend Configuration Knobs](#thread-suspend-configuration-knobs)
55 29. [Threadpool Configuration Knobs](#threadpool-configuration-knobs)
56 30. [Tiered Compilation Configuration Knobs](#tiered-compilation-configuration-knobs)
57 31. [TypeLoader Configuration Knobs](#typeloader-configuration-knobs)
58 32. [Uncategorized Configuration Knobs](#uncategorized-configuration-knobs)
59 33. [Virtual call stubs Configuration Knobs](#virtual-call-stubs-configuration-knobs)
60 34. [Watson Configuration Knobs](#watson-configuration-knobs)
61 35. [Zap Configuration Knobs](#zap-configuration-knobs)
62
63 #### AppDomain Configuration Knobs
64
65 Name | Description | Type | Class | Default Value | Flags
66 -----|-------------|------|-------|---------------|-------
67 `AddRejitNops` | Control for the profiler rejit feature infrastructure | `DWORD` | `UNSUPPORTED` | |
68 `ADDumpSB` | Not used | `DWORD` | `INTERNAL` | `0` |
69 `ADForceSB` | Forces sync block creation for all objects | `DWORD` | `INTERNAL` | `0` |
70 `ADLogMemory` | Superseded by test hooks | `DWORD` | `INTERNAL` | `0` |
71 `ADTakeDHSnapShot` | Superseded by test hooks | `DWORD` | `INTERNAL` | `0` |
72 `ADTakeSnapShot` | Superseded by test hooks | `DWORD` | `INTERNAL` | `0` |
73 `EnableFullDebug` | Heavy-weight checking for AD boundary violations (AD leaks) | `DWORD` | `INTERNAL` | |
74
75 #### Assembly Loader Configuration Knobs
76
77 Name | Description | Type | Class | Default Value | Flags
78 -----|-------------|------|-------|---------------|-------
79 `designerNamespaceResolution` | Set it to 1 to enable DesignerNamespaceResolve event for WinRT types | `DWORD` | `EXTERNAL` | `FALSE` | IgnoreEnv \| IgnoreHKLM \| IgnoreHKCU \| FavorConfigFile
80 `GetAssemblyIfLoadedIgnoreRidMap` | Used to force loader to ignore assemblies cached in the rid-map | `DWORD` | `INTERNAL` | `0` | REGUTIL_default
81
82 #### Conditional breakpoints Configuration Knobs
83
84 Name | Description | Type | Class | Default Value | Flags
85 -----|-------------|------|-------|---------------|-------
86 `BreakOnBadExit` |  | `DWORD` | `UNSUPPORTED` | `0` | REGUTIL_default
87 `BreakOnClassBuild` | Very useful for debugging class layout code. | `STRING` | `INTERNAL` | |
88 `BreakOnClassLoad` | Very useful for debugging class loading code. | `STRING` | `INTERNAL` | |
89 `BreakOnComToClrNativeInfoInit` | Throws an assert when native information about a COM -> CLR call are about to be gathered. | `STRING` | `INTERNAL` | |
90 `BreakOnDebugBreak` | Allows an assert in debug builds when a user break is hit | `DWORD` | `INTERNAL` | `0` | REGUTIL_default
91 `BreakOnDILoad` | Allows an assert when the DI is loaded | `DWORD` | `INTERNAL` | `0` | REGUTIL_default
92 `BreakOnDumpToken` | Breaks when using internal logging on a particular token value. | `DWORD` | `INTERNAL` | `0xffffffff` | REGUTIL_default
93 `BreakOnEELoad` |  | `DWORD` | `UNSUPPORTED` | `0` | REGUTIL_default
94 `BreakOnEEShutdown` |  | `DWORD` | `INTERNAL` | `0` |
95 `BreakOnExceptionInGetThrowable` |  | `DWORD` | `INTERNAL` | `0` | REGUTIL_default
96 `BreakOnFindMethod` | Breaks in findMethodInternal when it searches for the specified token. | `DWORD` | `INTERNAL` | `0` |
97 `BreakOnFirstPass` |  | `DWORD` | `INTERNAL` | `0` | REGUTIL_default
98 `BreakOnHR` | Debug.cpp, IfFailxxx use this macro to stop if hr matches  | `DWORD` | `INTERNAL` | `0` | REGUTIL_default
99 `BreakOnInstantiation` | Very useful for debugging generic class instantiation. | `STRING` | `INTERNAL` | |
100 `BreakOnInteropStubSetup` | Throws an assert when marshaling stub for the given method is about to be built. | `STRING` | `INTERNAL` | |
101 `BreakOnInteropVTableBuild` | Specifies a type name for which an assert should be thrown when building interop v-table. | `STRING` | `INTERNAL` | | REGUTIL_default
102 `BreakOnMethodName` | Very useful for debugging method override placement code. | `STRING` | `INTERNAL` | |
103 `BreakOnNotify` |  | `DWORD` | `INTERNAL` | `0` | REGUTIL_default
104 `BreakOnRetailAssert` | Used for debugging \"retail\" asserts (fatal errors) | `DWORD` | `INTERNAL` | `0` | REGUTIL_default
105 `BreakOnSecondPass` |  | `DWORD` | `INTERNAL` | `0` | REGUTIL_default
106 `BreakOnSO` |  | `DWORD` | `UNSUPPORTED` | `0` | REGUTIL_default
107 `BreakOnStructMarshalSetup` | Throws an assert when field marshalers for the given type with layout are about to be created. | `STRING` | `INTERNAL` | |
108 `BreakOnUEF` |  | `DWORD` | `INTERNAL` | `0` | REGUTIL_default
109 `BreakOnUncaughtException` |  | `DWORD` | `INTERNAL` | `0` | REGUTIL_default
110
111 #### Debugger Configuration Knobs
112
113 Name | Description | Type | Class | Default Value | Flags
114 -----|-------------|------|-------|---------------|-------
115 `D::FCE` | Allows an assert when crawling the managed stack for an exception handler | `DWORD` | `INTERNAL` | `0` | REGUTIL_default
116 `DbgAssertOnDebuggeeDebugBreak` | If non-zero causes the managed-only debugger to assert on unhandled breakpoints in the debuggee | `DWORD` | `INTERNAL` | `0` | REGUTIL_default
117 `DbgBreakIfLocksUnavailable` | Allows an assert when the debugger can't take a lock  | `DWORD` | `INTERNAL` | `0` | REGUTIL_default
118 `DbgBreakOnErr` | Allows an assert when we get a failing hresult | `DWORD` | `INTERNAL` | `0` | REGUTIL_default
119 `DbgBreakOnMapPatchToDJI` | Allows an assert when mapping a patch to an address | `DWORD` | `INTERNAL` | `0` | REGUTIL_default
120 `DbgBreakOnRawInt3` | Allows an assert for test coverage for debug break or other int3 breaks | `DWORD` | `INTERNAL` | `0` | REGUTIL_default
121 `DbgBreakOnSendBreakpoint` | Allows an assert when sending a breakpoint to the right side | `DWORD` | `INTERNAL` | `0` | REGUTIL_default
122 `DbgBreakOnSetIP` | Allows an assert when setting the IP | `DWORD` | `INTERNAL` | `0` | REGUTIL_default
123 `DbgCheckInt3` | Asserts if the debugger explicitly writes int3 instead of calling SetUnmanagedBreakpoint | `DWORD` | `INTERNAL` | `0` | REGUTIL_default
124 `DbgDACAssertOnMismatch` | Allows an assert when the mscordacwks and mscorwks dll versions don't match | `DWORD` | `INTERNAL` | |
125 `DbgDACEnableAssert` | Enables extra validity checking in DAC - assumes target isn't corrupt | `DWORD` | `INTERNAL` | `0` | REGUTIL_default
126 `DbgDACSkipVerifyDlls` | Allows disabling the check to ensure mscordacwks and mscorwks dll versions match | `DWORD` | `INTERNAL` | `0` | REGUTIL_default
127 `DbgDelayHelper` | Varies the wait in the helper thread startup for testing race between threads | `DWORD` | `INTERNAL` | `0` | REGUTIL_default
128 `DbgDisableDynamicSymsCompat` |  | `DWORD` | `INTERNAL` | `0` | REGUTIL_default
129 `DbgDisableTargetConsistencyAsserts` | Allows explicitly testing with corrupt targets | `DWORD` | `INTERNAL` | `0` | REGUTIL_default
130 `DbgDontResumeThreadsOnUnhandledException` | If non-zero, then don't try to unsuspend threads after continuing a 2nd-chance native exception | `DWORD` | `UNSUPPORTED` | `0` |
131 `DbgEnableMixedModeDebuggingInternalOnly` |  | `DWORD` | `INTERNAL` | `0` | REGUTIL_default
132 `DbgExtraThreads` | Allows extra unmanaged threads to run and throw debug events for stress testing | `DWORD` | `INTERNAL` | `0` | REGUTIL_default
133 `DbgExtraThreadsCantStop` | Allows extra unmanaged threads in can't stop region to run and throw debug events for stress testing | `DWORD` | `INTERNAL` | `0` | REGUTIL_default
134 `DbgExtraThreadsIB` | Allows extra in-band unmanaged threads to run and throw debug events for stress testing | `DWORD` | `INTERNAL` | `0` | REGUTIL_default
135 `DbgExtraThreadsOOB` | Allows extra out of band unmanaged threads to run and throw debug events for stress testing | `DWORD` | `INTERNAL` | `0` | REGUTIL_default
136 `DbgFaultInHandleIPCEvent` | Allows testing the unhandled event filter | `DWORD` | `INTERNAL` | `0` | REGUTIL_default
137 `DbgInjectFEE` | Allows injecting a fatal execution error for testing Watson | `DWORD` | `INTERNAL` | `0` | REGUTIL_default
138 `DbgLeakCheck` | Allows checking for leaked Cordb objects | `DWORD` | `INTERNAL` | `0` | REGUTIL_default
139 `DbgNativeCodeBpBindsAcrossVersions` | If non-zero causes native breakpoints at offset 0 to bind in all tiered compilation versions of the given method | `DWORD` | `INTERNAL` | `0` | REGUTIL_default
140 `DbgNo2ndChance` | Allows breaking on (and catching bogus) 2nd chance exceptions | `DWORD` | `INTERNAL` | `0` | REGUTIL_default
141 `DbgNoDebugger` | Allows breaking if we don't want to lazily initialize the debugger | `DWORD` | `INTERNAL` | `0` | REGUTIL_default
142 `DbgNoForceContinue` | Used to force a continue on longhorn | `DWORD` | `UNSUPPORTED` | `1` | REGUTIL_default
143 `DbgNoOpenMDByFile` | Allows opening MD by memory for perf testing | `DWORD` | `INTERNAL` | `0` | REGUTIL_default
144 `DbgOOBinFEEE` | Allows forcing oob breakpoints when a fatal error occurs | `DWORD` | `INTERNAL` | `0` |
145 `DbgPackShimPath` | CoreCLR path to dbgshim.dll - we are trying to figure out if we can remove this | `STRING` | `EXTERNAL` | |
146 `DbgPingInterop` | Allows checking for deadlocks in interop debugging | `DWORD` | `INTERNAL` | `0` | REGUTIL_default
147 `DbgRace` | Allows pausing for native debug events to get hijicked | `DWORD` | `INTERNAL` | `0` | REGUTIL_default
148 `DbgRedirect` | Allows for redirecting the event pipeline | `DWORD` | `UNSUPPORTED` | `0` | REGUTIL_default
149 `DbgRedirectApplication` | Specifies the auxiliary debugger application to launch. | `STRING` | `EXTERNAL` | |
150 `DbgRedirectAttachCmd` | Specifies command parameters for attaching the auxiliary debugger. | `STRING` | `EXTERNAL` | |
151 `DbgRedirectCommonCmd` | Specifies a command line format string for the auxiliary debugger. | `STRING` | `EXTERNAL` | |
152 `DbgRedirectCreateCmd` | Specifies command parameters when creating the auxiliary debugger. | `STRING` | `EXTERNAL` | |
153 `DbgShortcutCanary` | Allows a way to force canary to fail to be able to test failure paths | `DWORD` | `INTERNAL` | `0` | REGUTIL_default
154 `DbgSkipMEOnStep` | Turns off MethodEnter checks | `DWORD` | `INTERNAL` | `0` | REGUTIL_default
155 `DbgSkipStackCheck` | Skip the stack pointer check during stackwalking | `DWORD` | `UNSUPPORTED` | `0` | REGUTIL_default
156 `DbgSkipVerCheck` | Allows different RS and LS versions (for servicing work) | `DWORD` | `INTERNAL` | `0` | REGUTIL_default
157 `DbgTC` | Allows checking boundary compression for offset mappings | `DWORD` | `INTERNAL` | `0` | REGUTIL_default
158 `DbgTransportFaultInject` | Allows injecting a fault for testing the debug transport | `DWORD` | `INTERNAL` | `0` | REGUTIL_default
159 `DbgTransportLog` | Turns on logging for the debug transport | `DWORD` | `INTERNAL` | |
160 `DbgTransportLogClass` | Mask to control what is logged in DbgTransportLog | `DWORD` | `INTERNAL` | |
161 `DbgTransportProxyAddress` | Allows specifying the transport proxy address | `STRING` | `UNSUPPORTED` | | REGUTIL_default
162 `DbgTrapOnSkip` | Allows breaking when we skip a breakpoint | `DWORD` | `INTERNAL` | `0` | REGUTIL_default
163 `DbgWaitTimeout` | Specifies the timeout value for waits | `DWORD` | `INTERNAL` | `1` | REGUTIL_default
164 `DbgWFDETimeout` | Specifies the timeout value for wait when waiting for a debug event | `DWORD` | `UNSUPPORTED` | `25` | REGUTIL_default
165 `DebugBreakOnAssert` | If DACCESS_COMPILE is defined, break on asserts. | `DWORD` | `INTERNAL` | `0` | REGUTIL_default
166 `DebugBreakOnVerificationFailure` | Halts the jit on verification failure | `DWORD` | `INTERNAL` | `0` | REGUTIL_default
167 `DebuggerBreakPoint` | Allows counting various debug events | `STRING` | `INTERNAL` | | REGUTIL_default
168 `Debugging_RequiredVersion` | The lowest ICorDebug version we should attempt to emulate, or 0 for default policy.  Use 2 for CLRv2, 4 for CLRv4, etc. | `DWORD` | `UNSUPPORTED` | `0` |
169 `DebugVerify` | Control for tracing in peverify | `STRING` | `INTERNAL` | | REGUTIL_default
170 `EnableDiagnostics` | Allows the debugger and profiler diagnostics to be disabled | `DWORD` | `EXTERNAL` | `1` | REGUTIL_default
171 `EncApplyChanges` | Allows breaking when ApplyEditAndContinue is called | `DWORD` | `INTERNAL` | `0` |
172 `EnCBreakOnRemapComplete` | Allows breaking after N RemapCompletes | `DWORD` | `INTERNAL` | `0` | REGUTIL_default
173 `EnCBreakOnRemapOpportunity` | Allows breaking after N RemapOpportunities | `DWORD` | `INTERNAL` | `0` | REGUTIL_default
174 `EncDumpApplyChanges` | Allows dumping edits in delta metadata and il files | `DWORD` | `INTERNAL` | `0` |
175 `EncFixupFieldBreak` | Unlikely that this is used anymore. | `DWORD` | `INTERNAL` | `0` |
176 `EncJitUpdatedFunction` | Allows breaking when an updated function is jitted | `DWORD` | `INTERNAL` | `0` |
177 `EnCResolveField` | Allows breaking when computing the address of an EnC-added field | `DWORD` | `INTERNAL` | `0` |
178 `EncResumeInUpdatedFunction` | Allows breaking when execution resumes in a new EnC version of a function | `DWORD` | `INTERNAL` | `0` |
179 `IntentionallyCorruptDataFromTarget` | Intentionally fakes bad data retrieved from target to try and break dump generation. | `DWORD` | `INTERNAL` | `0` |
180 `MiniMdBufferCapacity` | The max size of the buffer to store mini metadata information for triage- and mini-dumps. | `DWORD` | `INTERNAL` | `64 * 1024` |
181 `RaiseExceptionOnAssert` | Raise a first chance (if set to 1) or second chance (if set to 2) exception on asserts. | `DWORD` | `INTERNAL` | `0` | REGUTIL_default
182
183 #### Diagnostics (internal general-purpose) Configuration Knobs
184
185 Name | Description | Type | Class | Default Value | Flags
186 -----|-------------|------|-------|---------------|-------
187 `ConditionalContracts` | If ENABLE_CONTRACTS_IMPL is defined, sets whether contracts are conditional. (?) | `DWORD` | `INTERNAL` | |
188 `ConsistencyCheck` |  | `DWORD` | `INTERNAL` | `0` |
189 `ContinueOnAssert` | If set, doesn't break on asserts. | `DWORD` | `INTERNAL` | `0` | REGUTIL_default
190 `disableStackOverflowProbing` |  | `DWORD` | `UNSUPPORTED` | `0` | FavorConfigFile
191 `InjectFatalError` |  | `DWORD` | `INTERNAL` | |
192 `InjectFault` |  | `DWORD` | `INTERNAL` | `0` | REGUTIL_default
193 `SuppressChecks` |  | `DWORD` | `INTERNAL` | |
194 `SuppressLockViolationsOnReentryFromOS` | 64 bit OOM tests re-enter the CLR via RtlVirtualUnwind.  This indicates whether to suppress resulting locking violations. | `DWORD` | `INTERNAL` | `0` |
195 `TestHooks` | Used by tests to get test an insight on various CLR workings | `STRING` | `INTERNAL` | |
196
197 #### Entry point slot backpatch Configuration Knobs
198
199 Name | Description | Type | Class | Default Value | Flags
200 -----|-------------|------|-------|---------------|-------
201 `BackpatchEntryPointSlots` | Indicates whether to enable entry point slot backpatching, for instance to avoid making virtual calls through a precode and instead to patch virtual slots for a method when its entry point changes. | `DWORD` | `UNSUPPORTED` | `1` |
202
203 #### Exception Handling Configuration Knobs
204
205 Name | Description | Type | Class | Default Value | Flags
206 -----|-------------|------|-------|---------------|-------
207 `AssertOnFailFast` |  | `DWORD` | `INTERNAL` | |
208 `Corhost_Swallow_Uncaught_Exceptions` |  | `DWORD` | `INTERNAL` | `0` | REGUTIL_default
209 `FailFastOnCorruptedStateException` | Failfast if a CSE is encountered | `DWORD` | `UNSUPPORTED` | `0` | FavorConfigFile
210 `legacyCorruptedStateExceptionsPolicy` | Enabled Pre-V4 CSE behavior | `DWORD` | `UNSUPPORTED` | `0` | FavorConfigFile
211 `SuppressLostExceptionTypeAssert` |  | `DWORD` | `INTERNAL` | `0` | REGUTIL_default
212 `UseEntryPointFilter` |  | `DWORD` | `INTERNAL` | `0` | REGUTIL_default
213
214 #### Garbage collector Configuration Knobs
215
216 Name | Description | Type | Class | Default Value | Flags
217 -----|-------------|------|-------|---------------|-------
218 `BGCSpin` | Specifies the bgc spin time | `DWORD` | `UNSUPPORTED` | `2` |
219 `BGCSpinCount` | Specifies the bgc spin count | `DWORD` | `UNSUPPORTED` | `140` |
220 `FastGCCheckStack` |  | `DWORD` | `INTERNAL` | `0` |
221 `FastGCStress` | Reduce the number of GCs done by enabling GCStress | `DWORD` | `INTERNAL` | |
222 `gcAllowVeryLargeObjects` | Allow allocation of 2GB+ objects on GC heap | `DWORD` | `EXTERNAL` | `1` |
223 `GCBreakOnOOM` | Does a DebugBreak at the soonest time we detect an OOM | `DWORD` | `UNSUPPORTED` | |
224 `GCCompactRatio` | Specifies the ratio compacting GCs vs sweeping  | `DWORD` | `UNSUPPORTED` | `0` |
225 `gcConcurrent` | Enables/Disables concurrent GC | `DWORD` | `UNSUPPORTED` | `(DWORD)-1` |
226 `GCConfigLogEnabled` | Specifies if you want to turn on config logging in GC | `DWORD` | `UNSUPPORTED` | `0` |
227 `GCConfigLogFile` | Specifies the name of the GC config log file | `STRING` | `UNSUPPORTED` | |
228 `gcConservative` | Enables/Disables conservative GC | `DWORD` | `UNSUPPORTED` | `0` |
229 `GcCoverage` | Specify a method or regular expression of method names to run with GCStress | `STRING` | `INTERNAL` | |
230 `GCCpuGroup` | Specifies if to enable GC to support CPU groups | `DWORD` | `EXTERNAL` | `0` |
231 `gcForceCompact` | When set to true, always do compacting GC | `DWORD` | `UNSUPPORTED` | |
232 `GCGen0MaxBudget` | Specifies the largest gen0 allocation budget | `DWORD` | `UNSUPPORTED` | |
233 `GCgen0size` | Specifies the smallest gen0 size | `DWORD` | `UNSUPPORTED` | |
234 `GCHeapAffinitizeMask` | Specifies processor mask for Server GC threads | `DWORD` | `EXTERNAL` | |
235 `GCHeapAffinitizeRanges` | Specifies list of processors for Server GC threads. The format is a comma separated list of processor numbers or ranges of processor numbers. Example: 1,3,5,7-9,12 | `STRING` | `EXTERNAL` | |
236 `GCHeapCount` |  | `DWORD` | `EXTERNAL` | `0` |
237 `GCHeapHardLimit` | Specifies the maximum commit size for the GC heap | `DWORD` | `EXTERNAL` | |
238 `GCHeapHardLimitPercent` | Specifies the GC heap usage as a percentage of the total memory | `DWORD` | `EXTERNAL` | |
239 `GCHighMemPercent` | Specifies the percent for GC to consider as high memory | `DWORD` | `EXTERNAL` | `0` |
240 `GCLargePages` | Specifies whether large pages should be used when a heap hard limit is set | `DWORD` | `EXTERNAL` | |
241 `GCLatencyLevel` | Specifies the GC latency level that you want to optimize for | `DWORD` | `EXTERNAL` | `1` |
242 `GCLatencyMode` | Specifies the GC latency mode - batch, interactive or low latency (note that the same thing can be specified via API which is the supported way) | `DWORD` | `INTERNAL` | |
243 `GCLogEnabled` | Specifies if you want to turn on logging in GC | `DWORD` | `UNSUPPORTED` | `0` |
244 `GCLogFile` | Specifies the name of the GC log file | `STRING` | `UNSUPPORTED` | |
245 `GCLogFileSize` | Specifies the GC log file size | `DWORD` | `UNSUPPORTED` | `0` |
246 `GCLOHCompact` | Specifies the LOH compaction mode | `DWORD` | `UNSUPPORTED` | |
247 `GCLOHThreshold` | Specifies the size that will make objects go on LOH | `DWORD` | `EXTERNAL` | `0` |
248 `GCMixLog` | Specifies the name of the log file for GC mix statistics | `STRING` | `UNSUPPORTED` | |
249 `GCName` |  | `STRING` | `EXTERNAL` | |
250 `GCNoAffinitize` |  | `DWORD` | `EXTERNAL` | `0` |
251 `GCNumaAware` | Specifies if to enable GC NUMA aware | `DWORD` | `UNSUPPORTED` | `1` |
252 `GCPollType` |  | `DWORD` | `EXTERNAL` | |
253 `GCProvModeStress` | Stress the provisional modes | `DWORD` | `UNSUPPORTED` | `0` |
254 `GCRetainVM` | When set we put the segments that should be deleted on a standby list (instead of releasing them back to the OS) which will be considered to satisfy new segment requests (note that the same thing can be specified via API which is the supported way) | `DWORD` | `UNSUPPORTED` | `0` |
255 `GCSegmentSize` | Specifies the managed heap segment size | `DWORD` | `UNSUPPORTED` | |
256 `gcServer` | Enables server GC | `DWORD` | `UNSUPPORTED` | `0` |
257 `GCStress` | Trigger GCs at regular intervals | `DWORD` | `EXTERNAL` | `0` | REGUTIL_default
258 `GCStressMaxFGCsPerBGC` | Specifies how many FGCs will occur during one BGC in GCStressMix mode | `DWORD` | `INTERNAL` | `~0U` |
259 `GCStressMix` | Specifies whether the GC mix mode is enabled or not | `DWORD` | `INTERNAL` | `0` |
260 `GcStressOnDirectCalls` | Whether to trigger a GC on direct calls | `DWORD` | `INTERNAL` | `0` | REGUTIL_default
261 `GCStressStart` | Start GCStress after N stress GCs have been attempted | `DWORD` | `EXTERNAL` | `0` |
262 `GCStressStartAtJit` | Start GCStress after N items are jitted | `DWORD` | `INTERNAL` | `0` |
263 `GCStressStep` | Specifies how often StressHeap will actually do a GC in GCStressMix mode | `DWORD` | `INTERNAL` | `1` |
264 `gcTrimCommitOnLowMemory` | When set we trim the committed space more aggressively for the ephemeral seg. This is used for running many instances of server processes where they want to keep as little memory committed as possible | `DWORD` | `EXTERNAL` | |
265 `HeapVerify` | When set verifies the integrity of the managed heap on entry and exit of each GC | `DWORD` | `UNSUPPORTED` | |
266 `SetupGcCoverage` | This doesn't appear to be a config flag | `STRING` | `EXTERNAL` | | REGUTIL_default
267 `SkipGcCoverage` | Specify a list of assembly names to skip with GC Coverage | `STRING` | `INTERNAL` | |
268 `StatsUpdatePeriod` | Specifies the interval, in seconds, at which to update the statistics | `DWORD` | `UNSUPPORTED` | `60` |
269 `SuspendTimeLog` | Specifies the name of the log file for suspension statistics | `STRING` | `UNSUPPORTED` | |
270
271 #### GDBJIT Configuration Knobs
272
273 Name | Description | Type | Class | Default Value | Flags
274 -----|-------------|------|-------|---------------|-------
275 `GDBJitElfDump` | Dump ELF for specified method | `STRING` | `INTERNAL` | |
276 `GDBJitEmitDebugFrame` | Enable .debug_frame generation | `DWORD` | `INTERNAL` | `TRUE` |
277
278 #### IBC Configuration Knobs
279
280 Name | Description | Type | Class | Default Value | Flags
281 -----|-------------|------|-------|---------------|-------
282 `ConvertIbcData` | Converts between v1 and v2 IBC data | `DWORD` | `UNSUPPORTED` | `1` | REGUTIL_default
283 `DisableHotCold` | Master hot/cold splitting switch in Jit64 | `DWORD` | `UNSUPPORTED` | |
284 `DisableIBC` | Disables the use of IBC data | `DWORD` | `UNSUPPORTED` | `0` | REGUTIL_default
285 `UseIBCFile` |  | `DWORD` | `EXTERNAL` | `0` | REGUTIL_default
286
287 #### Interop Configuration Knobs
288
289 Name | Description | Type | Class | Default Value | Flags
290 -----|-------------|------|-------|---------------|-------
291 `AllowDComReflection` | Allows out of process DCOM clients to marshal blocked reflection types. | `DWORD` | `EXTERNAL` | `0` |
292 `EnableEventPipe` | Enable/disable event pipe.  Non-zero values enable tracing. | `DWORD` | `INTERNAL` | `0` |
293 `EnableRCWCleanupOnSTAShutdown` | Performs RCW cleanup when STA shutdown is detected using IInitializeSpy in classic processes. | `DWORD` | `INTERNAL` | `0` |
294 `EventPipeCircularMB` | The EventPipe circular buffer size in megabytes. | `DWORD` | `INTERNAL` | `1024` |
295 `EventPipeConfig` | Configuration for EventPipe. | `STRING` | `INTERNAL` | |
296 `EventPipeOutputPath` | The full path excluding file name for the trace file that will be written when COMPlus_EnableEventPipe=1 | `STRING` | `INTERNAL` | |
297 `EventPipeRundown` | Enable/disable eventpipe rundown. | `DWORD` | `INTERNAL` | `1` |
298 `ExposeExceptionsInCOM` |  | `DWORD` | `INTERNAL` | |
299 `InteropLogArguments` | Log all pinned arguments passed to an interop call | `DWORD` | `EXTERNAL` | `0` |
300 `InteropValidatePinnedObjects` | After returning from a managed-to-unmanaged interop call, validate GC heap around objects pinned by IL stubs. | `DWORD` | `UNSUPPORTED` | `0` |
301 `LocalWinMDPath` | Additional path to probe for WinMD files in if a WinRT type is not resolved using the standard paths. | `STRING` | `INTERNAL` | |
302 `LogCCWRefCountChange` | Outputs debug information and calls LogCCWRefCountChange_BREAKPOINT when AddRef or Release is called on a CCW. | `STRING` | `UNSUPPORTED` | |
303 `PInvokeInline` |  | `STRING` | `EXTERNAL` | | REGUTIL_default
304
305 #### Interpreter Configuration Knobs
306
307 Name | Description | Type | Class | Default Value | Flags
308 -----|-------------|------|-------|---------------|-------
309 `DumpInterpreterStubs` | Prints all interpreter stubs that are created to the console | `DWORD` | `INTERNAL` | `0` |
310 `Interpret` | Selectively uses the interpreter to execute the specified methods | `STRING` | `INTERNAL` | | REGUTIL_default
311 `InterpreterDoLoopMethods` | If set, don't check for loops, start by interpreting *all* methods | `DWORD` | `INTERNAL` | `0` |
312 `InterpreterFallback` | Fallback to the interpreter when the JIT compiler fails | `DWORD` | `INTERNAL` | `0` |
313 `InterpreterJITThreshold` | The number of times a method should be interpreted before being JITted | `DWORD` | `INTERNAL` | `10` |
314 `InterpreterLogFile` | If non-null, append interpreter logging to this file, else use stdout | `STRING` | `INTERNAL` | | REGUTIL_default
315 `InterpreterLooseRules` | If non-zero, allow ECMA spec violations required by managed C++. | `DWORD` | `INTERNAL` | `1` | REGUTIL_default
316 `InterpreterMethHashMax` | If non-zero, only interpret methods selected by 'Interpret' whose hash is at most this value | `DWORD` | `INTERNAL` | `UINT32_MAX` |
317 `InterpreterMethHashMin` | Only interpret methods selected by 'Interpret' whose hash is at least this value. or after nth | `DWORD` | `INTERNAL` | `0` |
318 `InterpreterPrintPostMortem` | Prints summary information about the execution to the console | `DWORD` | `INTERNAL` | `0` |
319 `InterpreterStubMax` | If non-zero, only interpret methods selected by 'Interpret' whose stub number is at most this value. | `DWORD` | `INTERNAL` | `UINT32_MAX` |
320 `InterpreterStubMin` | Only interpret methods selected by 'Interpret' whose stub num is at least this value. | `DWORD` | `INTERNAL` | `0` |
321 `InterpreterUseCaching` | If non-zero, use the caching mechanism. | `DWORD` | `INTERNAL` | `1` | REGUTIL_default
322 `InterpretExclude` | Excludes the specified methods from the set selected by 'Interpret' | `STRING` | `INTERNAL` | | REGUTIL_default
323 `TraceInterpreterEntries` | Logs entries to interpreted methods to the console | `DWORD` | `INTERNAL` | `0` |
324 `TraceInterpreterIL` | Logs individual instructions of interpreted methods to the console | `DWORD` | `INTERNAL` | `0` |
325 `TraceInterpreterJITTransition` | Logs when the interpreter determines a method should be JITted | `DWORD` | `INTERNAL` | `0` |
326 `TraceInterpreterOstack` | Logs operand stack after each IL instruction of interpreted methods to the console | `DWORD` | `INTERNAL` | `0` |
327 `TraceInterpreterVerbose` | Logs interpreter progress with detailed messages to the console | `DWORD` | `INTERNAL` | `0` |
328
329 #### JIT Configuration Knobs
330
331 Name | Description | Type | Class | Default Value | Flags
332 -----|-------------|------|-------|---------------|-------
333 `` |  | `STRING` | `JitMeasureNowayAssertFile` | |
334 `AltJit` | Enables AltJit and selectively limits it to the specified methods. | `STRING` | `EXTERNAL` | | REGUTIL_default
335 `AltJitAssertOnNYI` | Controls the AltJit behavior of NYI stuff | `DWORD` | `INTERNAL` | `0` |
336 `AltJitExcludeAssemblies` | Do not use AltJit on this semicolon-delimited list of assemblies. | `STRING` | `EXTERNAL` | | REGUTIL_default
337 `AltJitLimit` | Max number of functions to use altjit for (decimal) | `DWORD` | | `0` |
338 `AltJitName` | Alternative Jit to use, will fall back to primary jit. | `STRING` | `EXTERNAL` | | REGUTIL_default
339 `AltJitNgen` | Enables AltJit for NGEN and selectively limits it to the specified methods. | `STRING` | `INTERNAL` | | REGUTIL_default
340 `AltJitSkipOnAssert` | If AltJit hits an assert, fall back to the fallback JIT. Useful in conjunction with COMPlus_ContinueOnAssert=1 | `DWORD` | | `0` |
341 `BreakOnDumpToken` | Breaks when using internal logging on a particular token value. | `DWORD` | | `0xffffffff` |
342 `DebugBreakOnVerificationFailure` | Halts the jit on verification failure | `DWORD` | | `0` |
343 `DumpJittedMethods` | Prints all jitted methods to the console | `DWORD` | | `0` |
344 `EnableAVX` | Enable AVX instruction set for wide operations as default | `DWORD` | `EXTERNAL` | `EXTERNAL_JitEnableAVX_Default` | REGUTIL_default
345 `FeatureSIMD` | Enable SIMD intrinsics recognition in System.Numerics.dll and/or System.Numerics.Vectors.dll | `DWORD` | `EXTERNAL` | `EXTERNAL_FeatureSIMD_Default` | REGUTIL_default
346 `InjectFault` |  | `DWORD` | `Should` | `0` |
347 `JitAggressiveInlining` | Aggressive inlining of all methods | `DWORD` | | `0` |
348 `JitAlignLoops` | Aligns loop targets to 8 byte boundaries | `DWORD` | `UNSUPPORTED` | |
349 `JitAssertOnMaxRAPasses` |  | `DWORD` | | `0` |
350 `JitBreak` | Stops in the importer when compiling a specified method | `SSV` | | |
351 `JitBreakEmit` |  | `DWORD` | `INTERNAL` | `(DWORD)-1` | REGUTIL_default
352 `JitBreakEmitOutputInstr` |  | `DWORD` | | `-1` |
353 `JitBreakMorphTree` |  | `DWORD` | | `0xffffffff` |
354 `JitBreakOnBadCode` |  | `DWORD` | | `0` |
355 `JITBreakOnMinOpts` | Halt if jit switches to MinOpts | `DWORD` | `JitBreakOnMinOpts` | `0` |
356 `JitBreakOnUnsafeCode` |  | `DWORD` | | `0` |
357 `JitCanUseSSE2` |  | `DWORD` | | `-1` |
358 `JitCloneLoops` | If 0, don't clone. Otherwise clone loops for optimizations. | `DWORD` | | `1` |
359 `JitComponentUnitTests` | Run JIT component unit tests | `DWORD` | `RunComponentUnitTests` | `0` |
360 `JitDebugBreak` |  | `SSV` | | |
361 `JitDebugDump` |  | `SSV` | | |
362 `JitDebuggable` |  | `DWORD` | `INTERNAL` | |
363 `JitDebugLogLoopCloning` | In debug builds log places where loop cloning optimizations are performed on the fast path. | `DWORD` | | `0` |
364 `JitDefaultFill` | In debug builds, initialize the memory allocated by the nra with this byte. | `DWORD` | | `0xdd` |
365 `JitDiffableDasm` | Make the disassembly diff-able | `DWORD` | `DiffableDasm` | `0` |
366 `JitDirectAlloc` |  | `DWORD` | | `0` |
367 `JitDisasm` | Dumps disassembly for specified method | `SSV` | | |
368 `JitDisasmAssemblies` | Only show JitDisasm and related info for methods from this semicolon-delimited list of assemblies. | `STRING` | | |
369 `JitDoAssertionProp` | Perform assertion propagation optimization | `DWORD` | | `1` |
370 `JitDoCopyProp` | Perform copy propagation on variables that appear redundant | `DWORD` | | `1` |
371 `JitDoEarlyProp` | Perform Early Value Propagation | `DWORD` | | `1` |
372 `JitDoLoopHoisting` | Perform loop hoisting on loop invariant values | `DWORD` | | `1` |
373 `JitDoRangeAnalysis` | Perform range check analysis | `DWORD` | | `1` |
374 `JitDoSsa` | Perform Static Single Assignment (SSA) numbering on the variables | `DWORD` | | `1` |
375 `JitDoubleAlign` |  | `DWORD` | | `1` |
376 `JitDoValueNumber` | Perform value numbering on method expressions | `DWORD` | | `1` |
377 `JitDump` | Dumps trees for specified method | `SSV` | | |
378 `JitDumpASCII` | Uses only ASCII characters in tree dumps | `DWORD` | | `1` |
379 `JitDumpBeforeAfterMorph` | If 1, display each tree before/after morphing | `DWORD` | `TreesBeforeAfterMorph` | `0` |
380 `JitDumpFg` | Dumps Xml/Dot Flowgraph for specified method | `STRING` | | |
381 `JitDumpFgDir` | Directory for Xml/Dot flowgraph dump(s) | `STRING` | | |
382 `JitDumpFgDot` | Set to non-zero to emit Dot instead of Xml Flowgraph dump | `DWORD` | | `0` |
383 `JitDumpFgFile` | Filename for Xml/Dot flowgraph dump(s) | `STRING` | | |
384 `JitDumpFgPhase` | Phase-based Xml/Dot flowgraph support. Set to the short name of a phase to see the flowgraph after that phase. Leave unset to dump after COLD-BLK (determine first cold block) or set to * for all phases | `STRING` | | |
385 `JitDumpIR` | Dumps trees (in linear IR form) for specified method | `SSV` | | |
386 `JitDumpIRFormat` | Comma separated format control for JitDumpIR, values = {types \| locals \| ssa \| valnums \| kinds \| flags \| nodes \| nolists \| nostmts \| noleafs \| trees \| dataflow} | `STRING` | | |
387 `JitDumpIRPhase` | Phase control for JitDumpIR, values = {* \| phasename} | `STRING` | | |
388 `JitDumpTerseLsra` | Produce terse dump output for LSRA | `DWORD` | | `1` |
389 `JitDumpToDebugger` | Output JitDump output to the debugger | `DWORD` | | `0` |
390 `JitDumpVerboseSsa` | Produce especially verbose dump output for SSA | `DWORD` | | `0` |
391 `JitDumpVerboseTrees` | Enable more verbose tree dumps | `DWORD` | | `0` |
392 `JitEECallTimingInfo` |  | `DWORD` | | `0` |
393 `JitEHDump` | Dump the EH table for the method, as reported to the VM | `SSV` | | |
394 `JitELTHookEnabled` | On ARM, setting this will emit Enter/Leave/TailCall callbacks | `DWORD` | `INTERNAL` | `0` |
395 `JitEmitPrintRefRegs` |  | `DWORD` | | `0` |
396 `JitEnableDevirtualization` | Enable devirtualization in importer | `DWORD` | | `1` |
397 `JitEnableFinallyCloning` |  | `DWORD` | | `1` |
398 `JitEnableGuardedDevirtualization` |  | `DWORD` | | `0` |
399 `JitEnableLateDevirtualization` | Enable devirtualization after inlining | `DWORD` | | `1` |
400 `JitEnableNoWayAssert` |  | `DWORD` | `INTERNAL` | `INTERNAL_JitEnableNoWayAssert_Default` | REGUTIL_default
401 `JitEnablePCRelAddr` | Whether absolute addr be encoded as PC-rel offset by RyuJIT where possible | `DWORD` | `EnablePCRelAddr` | `1` |
402 `JitEnableRemoveEmptyTry` |  | `DWORD` | | `1` |
403 `JitExclude` |  | `SSV` | | |
404 `JitExpensiveDebugCheckLevel` | Level indicates how much checking beyond the default to do in debug builds (currently 1-2) | `DWORD` | | `0` |
405 `JitForceFallback` | Set to non-zero to test NOWAY assert by forcing a retry | `DWORD` | | `0` |
406 `JitForceProcedureSplitting` |  | `SSV` | | |
407 `JitForceVer` |  | `DWORD` | | `0` |
408 `JitFramed` | Forces EBP frames | `DWORD` | `UNSUPPORTED` | |
409 `JitFullyInt` | Forces Fully interruptible code | `DWORD` | | `0` |
410 `JitFuncInfoLogFile` | If set, gather JIT function info and write to this file. | `STRING` | `INTERNAL` | |
411 `JitFunctionFile` |  | `STRING` | | |
412 `JitFunctionTrace` | If non-zero, print JIT start/end logging | `DWORD` | | `0` |
413 `JitGCChecks` |  | `DWORD` | | `0` |
414 `JitGCDump` |  | `SSV` | | |
415 `JitGCInfoLogging` | If true, prints GCInfo-related output to standard output. | `DWORD` | | `0` |
416 `JitGCStress` | GC stress mode for jit | `DWORD` | `INTERNAL` | `0` | REGUTIL_default
417 `JitGuardedDevirtualizationGuessBestClass` |  | `DWORD` | | `1` |
418 `JitGuardedDevirtualizationGuessUniqueInterface` |  | `DWORD` | | `1` |
419 `JitHalt` | Emits break instruction into jitted code | `SSV` | | |
420 `JitHashBreak` | Same as JitBreak, but for a method hash | `DWORD` | | `-1` |
421 `JitHashDump` | Same as JitDump, but for a method hash | `DWORD` | | `-1` |
422 `JitHashDumpIR` | Same as JitDumpIR, but for a method hash | `DWORD` | | `-1` |
423 `JitHashHalt` | Same as JitHalt, but for a method hash | `DWORD` | | `-1` |
424 `JitHeartbeat` |  | `DWORD` | `INTERNAL` | `0` |
425 `JitHelperLogging` |  | `DWORD` | `INTERNAL` | `0` |
426 `JitImportBreak` |  | `SSV` | | |
427 `JitInclude` |  | `SSV` | | |
428 `JitInlineAdditionalMultiplier` |  | `DWORD` | | `0` |
429 `JITInlineDepth` |  | `DWORD` | `JitInlineDepth` | `DEFAULT_MAX_INLINE_DEPTH` |
430 `JitInlineDumpData` |  | `DWORD` | | `0` |
431 `JitInlineDumpXml` | 1 = full xml (+ failures in DEBUG) 2 = only methods with inlines (+ failures in DEBUG) 3 = only methods with inlines, no failures | `DWORD` | | `0` |
432 `JitInlineLimit` |  | `DWORD` | | `-1` |
433 `JitInlinePolicyDiscretionary` |  | `DWORD` | | `0` |
434 `JitInlinePolicyFull` |  | `DWORD` | | `0` |
435 `JitInlinePolicyModel` |  | `DWORD` | | `0` |
436 `JitInlinePolicyRandom` | nonzero enables; value is the external random seed | `DWORD` | | `0` |
437 `JitInlinePolicyReplay` |  | `DWORD` | | `0` |
438 `JitInlinePolicySize` |  | `DWORD` | | `0` |
439 `JitInlinePrintStats` |  | `DWORD` | | `0` |
440 `JitInlineReplayFile` |  | `STRING` | | |
441 `JitInlineSIMDMultiplier` |  | `DWORD` | | `3` |
442 `JITInlineSize` |  | `DWORD` | `JitInlineSize` | `DEFAULT_MAX_INLINE_SIZE` |
443 `JitLargeBranches` | Force using the largest conditional branch format | `DWORD` | `INTERNAL` | `0` | REGUTIL_default
444 `JitLateDisasm` |  | `SSV` | | |
445 `JITLateDisasmTo` |  | `STRING` | `JitLateDisasmTo` | |
446 `JitLockWrite` | Force all volatile writes to be 'locked' | `DWORD` | `INTERNAL` | `0` |
447 `JitLongAddress` | Force using the large pseudo instruction form for long address | `DWORD` | | `0` |
448 `JitLoopHoistStats` | Display JIT loop hoisting statistics | `DWORD` | `DisplayLoopHoistStats` | `0` |
449 `JitLsraStats` | Display JIT Linear Scan Register Allocator statistics | `DWORD` | `DisplayLsraStats` | `0` |
450 `JITMaxTempAssert` |  | `DWORD` | `JitMaxTempAssert` | `1` |
451 `JitMaxUncheckedOffset` |  | `DWORD` | | `8` |
452 `JitMeasureIR` | If set, measure the IR size after some phases and report it in the time log. | `DWORD` | | `0` |
453 `JitMeasureNowayAssert` | Set to 1 to measure noway_assert usage. Only valid if MEASURE_NOWAY is defined. | `DWORD` | | `0` |
454 `JitMemStats` | Display JIT memory usage statistics | `DWORD` | `INTERNAL` | `0` | REGUTIL_default
455 `JITMinOpts` | Forces MinOpts | `DWORD` | `UNSUPPORTED` | |
456 `JITMinOptsBbCount` | Internal jit control of MinOpts | `DWORD` | `JitMinOptsBbCount` | `DEFAULT_MIN_OPTS_BB_COUNT` |
457 `JITMinOptsCodeSize` | Internal jit control of MinOpts | `DWORD` | `JitMinOptsCodeSize` | `DEFAULT_MIN_OPTS_CODE_SIZE` |
458 `JITMinOptsInstrCount` | Internal jit control of MinOpts | `DWORD` | `JitMinOptsInstrCount` | `DEFAULT_MIN_OPTS_INSTR_COUNT` |
459 `JITMinOptsLvNumcount` | Internal jit control of MinOpts | `DWORD` | `JitMinOptsLvNumCount` | `DEFAULT_MIN_OPTS_LV_NUM_COUNT` |
460 `JITMinOptsLvRefcount` | Internal jit control of MinOpts | `DWORD` | `JitMinOptsLvRefCount` | `DEFAULT_MIN_OPTS_LV_REF_COUNT` |
461 `JITMinOptsName` | Forces MinOpts for a named function | `SSV` | `JitMinOptsName` | |
462 `JitMinOptsTrackGCrefs` | Track GC roots | `DWORD` | | `JitMinOptsTrackGCrefs_Default` |
463 `JitName` | Primary Jit to use | `STRING` | `EXTERNAL` | |
464 `JitNoCMOV` |  | `DWORD` | | `0` |
465 `JitNoCSE` |  | `DWORD` | | `0` |
466 `JitNoCSE2` |  | `DWORD` | | `0` |
467 `JitNoForceFallback` | Set to non-zero to prevent NOWAY assert testing. Overrides COMPlus_JitForceFallback and JIT stress flags. | `DWORD` | | `0` |
468 `JitNoHoist` |  | `DWORD` | | `0` |
469 `JitNoInline` | Disables inlining of all methods | `DWORD` | | `0` |
470 `JitNoInlineRange` |  | `STRING` | | |
471 `JitNoMemoryBarriers` | If 1, don't generate memory barriers | `DWORD` | | `0` |
472 `JitNoProcedureSplitting` | Disallow procedure splitting for specified methods | `SSV` | | |
473 `JitNoProcedureSplittingEH` | Disallow procedure splitting for specified methods if they contain exception handling | `SSV` | | |
474 `JitNoRegLoc` |  | `DWORD` | | `0` |
475 `JitNoRngChks` | If 1, don't generate range checks | `DWORD` | `JitNoRangeChks` | `0` |
476 `JitNoStructPromotion` | Disables struct promotion in Jit32 | `DWORD` | | `0` |
477 `JitNoUnroll` |  | `DWORD` | | `0` |
478 `JitObjectStackAllocation` |  | `DWORD` | | `0` |
479 `JitOptimizeType` |  | `DWORD` | `EXTERNAL` | |
480 `JitOptRepeat` | Runs optimizer multiple times on the method | `SSV` | | |
481 `JitOptRepeatCount` | Number of times to repeat opts when repeating | `DWORD` | | `2` |
482 `JitOrder` |  | `DWORD` | | `0` |
483 `JITPInvokeCheckEnabled` |  | `DWORD` | `JitPInvokeCheckEnabled` | `0` |
484 `JITPInvokeEnabled` |  | `DWORD` | `JitPInvokeEnabled` | `1` |
485 `JitPrintDevirtualizedMethods` |  | `DWORD` | | `0` |
486 `JitPrintInlinedMethods` |  | `DWORD` | `EXTERNAL` | `0` | REGUTIL_default
487 `JitQueryCurrentStaticFieldClass` |  | `DWORD` | | `1` |
488 `JitRange` |  | `STRING` | | |
489 `JitRegisterFP` | Control FP enregistration | `DWORD` | `EXTERNAL` | `3` | REGUTIL_default
490 `JitReportFastTailCallDecisions` |  | `DWORD` | | `0` |
491 `JITRequired` |  | `DWORD` | `JitRequired` | `-1` |
492 `JITRoundFloat` |  | `DWORD` | `JitRoundFloat` | `DEFAULT_ROUND_LEVEL` |
493 `JitSaveFpLrWithCalleeSavedRegisters` |  | `DWORD` | | `0` |
494 `JitSkipArrayBoundCheck` |  | `DWORD` | | `0` |
495 `JitSlowDebugChecksEnabled` | Turn on slow debug checks | `DWORD` | | `1` |
496 `JitSplitFunctionSize` | On ARM, use this as the maximum function/funclet size for creating function fragments (and creating multiple RUNTIME_FUNCTION entries) | `DWORD` | | `0` |
497 `JitSsaStress` | Perturb order of processing of blocks in SSA; 0 = no stress; 1 = use method hash; * = supplied value as random hash | `DWORD` | | `0` |
498 `JitStackAllocToLocalSize` |  | `DWORD` | | `DEFAULT_MAX_LOCALLOC_TO_LOCAL_SIZE` |
499 `JitStackChecks` |  | `DWORD` | | `0` |
500 `JitStdOutFile` | If set, sends JIT's stdout output to this file. | `STRING` | | |
501 `JitStress` | Internal Jit stress mode: 0 = no stress, 2 = all stress, other = vary stress based on a hash of the method and this value | `DWORD` | | `0` |
502 `JitStressBBProf` | Internal Jit stress mode | `DWORD` | | `0` |
503 `JitStressBiasedCSE` | Internal Jit stress mode: decimal bias value between (0,100) to perform CSE on a candidate. 100% = All CSEs. 0% = 0 CSE. (> 100) means no stress. | `DWORD` | | `0x101` |
504 `JitStressFP` | Internal Jit stress mode | `DWORD` | | `0` |
505 `JitStressModeNames` | Internal Jit stress mode: stress using the given set of stress mode names, e.g. STRESS_REGS, STRESS_TAILCALL | `STRING` | | |
506 `JitStressModeNamesNot` | Internal Jit stress mode: do NOT stress using the given set of stress mode names, e.g. STRESS_REGS, STRESS_TAILCALL | `STRING` | | |
507 `JitStressModeNamesOnly` | Internal Jit stress: if nonzero, only enable stress modes listed in JitStressModeNames | `DWORD` | | `0` |
508 `JitStressOnly` | Internal Jit stress mode: stress only the specified method(s) | `SSV` | | |
509 `JitStressRange` | Internal Jit stress mode | `STRING` | | |
510 `JitStressRegs` |  | `DWORD` | | `0` |
511 `JitStrictCheckForNonVirtualCallToVirtualMethod` |  | `DWORD` | | `1` |
512 `JitTelemetry` | If non-zero, gather JIT telemetry data | `DWORD` | `EXTERNAL` | `1` |
513 `JitTimeLogCsv` | If set, gather JIT throughput data and write to a CSV file. This mode must be used in internal retail builds. | `STRING` | `INTERNAL` | |
514 `JitTimeLogFile` | If set, gather JIT throughput data and write to this file. | `STRING` | `INTERNAL` | |
515 `JitUnwindDump` | Dump the unwind codes for the method | `SSV` | | |
516 `JitVerificationDisable` |  | `DWORD` | `INTERNAL` | |
517 `JitVNMapSelBudget` | Max # of MapSelect's considered for a particular top-level invocation. | `DWORD` | `INTERNAL` | `100` |
518 `JitVNMapSelLimit` | If non-zero, assert if # of VNF_MapSelect applications considered reaches this | `DWORD` | | `0` |
519 `MultiCoreJitProfile` | If set, use the file to store/control multi-core JIT. | `STRING` | `INTERNAL` | |
520 `MultiCoreJitProfileWriteDelay` | Set the delay after which the multi-core JIT profile will be written to disk. | `DWORD` | `INTERNAL` | `12` |
521 `NetFx40_PInvokeStackResilience` | Makes P/Invoke resilient against mismatched signature and calling convention (significant perf penalty). | `DWORD` | `EXTERNAL` | `(DWORD)-1` |
522 `NgenHashDump` | same as JitHashDump, but for ngen | `DWORD` | | `-1` |
523 `NgenHashDumpIR` | same as JitHashDumpIR, but for ngen | `DWORD` | | `-1` |
524 `NgenOrder` |  | `DWORD` | | `0` |
525 `RunAltJitCode` | If non-zero, and the compilation succeeds for an AltJit, then use the code. If zero, then we always throw away the generated code and fall back to the default compiler. | `DWORD` | | `1` |
526 `SIMD16ByteOnly` | Limit maximum SIMD vector length to 16 bytes (used by x64_arm64_altjit) | `DWORD` | `INTERNAL` | `0` |
527 `StackSamplingAfter` | When to start sampling (for some sort of app steady state), i.e., initial delay for sampling start in milliseconds. | `DWORD` | `UNSUPPORTED` | `0` |
528 `StackSamplingEnabled` | Is stack sampling based tracking of evolving hot methods enabled. | `DWORD` | `UNSUPPORTED` | `0` |
529 `StackSamplingEvery` | How frequent should thread stacks be sampled in milliseconds. | `DWORD` | `UNSUPPORTED` | `100` |
530 `StackSamplingNumMethods` | Number of evolving methods to track as hot and JIT them in the background at a given point of execution. | `DWORD` | `UNSUPPORTED` | `32` |
531 `StressCOMCall` |  | `DWORD` | | `0` |
532 `TailCallLoopOpt` | Convert recursive tail calls to loops | `DWORD` | `EXTERNAL` | `1` |
533 `TailCallMax` |  | `STRING` | `INTERNAL` | | REGUTIL_default
534 `TailCallOpt` |  | `STRING` | `EXTERNAL` | | REGUTIL_default
535 `TailcallStress` |  | `DWORD` | | `0` |
536
537 #### JIT Hardware Intrinsics Configuration Knobs
538
539 Name | Description | Type | Class | Default Value | Flags
540 -----|-------------|------|-------|---------------|-------
541 `EnableAES` | Enable AES | `DWORD` | | `1` |
542 `EnableArm64Aes` |  | `DWORD` | `      ` | `1` |
543 `EnableArm64Atomics` |  | `DWORD` | `  ` | `1` |
544 `EnableArm64Crc32` |  | `DWORD` | `    ` | `1` |
545 `EnableArm64Dcpop` |  | `DWORD` | `    ` | `1` |
546 `EnableArm64Dp` |  | `DWORD` | `       ` | `1` |
547 `EnableArm64Fcma` |  | `DWORD` | `     ` | `1` |
548 `EnableArm64Fp` |  | `DWORD` | `       ` | `1` |
549 `EnableArm64Fp16` |  | `DWORD` | `     ` | `1` |
550 `EnableArm64Jscvt` |  | `DWORD` | `    ` | `1` |
551 `EnableArm64Lrcpc` |  | `DWORD` | `    ` | `1` |
552 `EnableArm64Pmull` |  | `DWORD` | `    ` | `1` |
553 `EnableArm64Sha1` |  | `DWORD` | `     ` | `1` |
554 `EnableArm64Sha256` |  | `DWORD` | `   ` | `1` |
555 `EnableArm64Sha3` |  | `DWORD` | `     ` | `1` |
556 `EnableArm64Sha512` |  | `DWORD` | `   ` | `1` |
557 `EnableArm64Simd` |  | `DWORD` | `     ` | `1` |
558 `EnableArm64Simd_fp16` |  | `DWORD` | | `1` |
559 `EnableArm64Simd_v81` |  | `DWORD` | ` ` | `1` |
560 `EnableArm64Sm3` |  | `DWORD` | `      ` | `1` |
561 `EnableArm64Sm4` |  | `DWORD` | `      ` | `1` |
562 `EnableArm64Sve` |  | `DWORD` | `      ` | `1` |
563 `EnableAVX` | Enable AVX | `DWORD` | | `1` |
564 `EnableAVX2` | Enable AVX2 | `DWORD` | | `1` |
565 `EnableBMI1` | Enable BMI1 | `DWORD` | | `1` |
566 `EnableBMI2` | Enable BMI2 | `DWORD` | | `1` |
567 `EnableFMA` | Enable FMA | `DWORD` | | `1` |
568 `EnableHWIntrinsic` | Enable Base | `DWORD` | | `1` |
569 `EnableIncompleteISAClass` | Enable testing not-yet-implemented intrinsic classes | `DWORD` | | `0` |
570 `EnableLZCNT` | Enable AES | `DWORD` | | `1` |
571 `EnablePCLMULQDQ` | Enable PCLMULQDQ | `DWORD` | | `1` |
572 `EnablePOPCNT` | Enable POPCNT | `DWORD` | | `1` |
573 `EnableSSE` | Enable SSE | `DWORD` | | `1` |
574 `EnableSSE2` | Enable SSE2 | `DWORD` | | `1` |
575 `EnableSSE3` | Enable SSE3 | `DWORD` | | `1` |
576 `EnableSSE3_4` | Enable SSE3, SSSE3, SSE 4.1 and 4.2 instruction set as default | `DWORD` | | `1` |
577 `EnableSSE41` | Enable SSE41 | `DWORD` | | `1` |
578 `EnableSSE42` | Enable SSE42 | `DWORD` | | `1` |
579 `EnableSSSE3` | Enable SSSE3 | `DWORD` | | `1` |
580
581 #### Jit Pitching Configuration Knobs
582
583 Name | Description | Type | Class | Default Value | Flags
584 -----|-------------|------|-------|---------------|-------
585 `JitPitchEnabled` | Set it to 1 to enable Jit Pitching | `DWORD` | `INTERNAL` | `(DWORD)0` |
586 `JitPitchMaxVal` | Do Jit Pitching the value of the inner counter less then this value (for debuggin purpose only) | `DWORD` | `INTERNAL` | `(DWORD)0xffffffff` |
587 `JitPitchMemThreshold` | Do Jit Pitching when code heap usage is larger than this (in bytes) | `DWORD` | `INTERNAL` | `(DWORD)0` |
588 `JitPitchMethodSizeThreshold` | Do Jit Pitching for methods whose native code size larger than this (in bytes) | `DWORD` | `INTERNAL` | `(DWORD)0` |
589 `JitPitchMinVal` | Do Jit Pitching if the value of the inner counter greater than this value (for debugging purpose only) | `DWORD` | `INTERNAL` | `(DWORD)0` |
590 `JitPitchPrintStat` | Print statistics about Jit Pitching | `DWORD` | `INTERNAL` | `(DWORD)0` |
591 `JitPitchTimeInterval` | Time interval between Jit Pitchings in ms | `DWORD` | `INTERNAL` | `(DWORD)0` |
592
593 #### Loader Configuration Knobs
594
595 Name | Description | Type | Class | Default Value | Flags
596 -----|-------------|------|-------|---------------|-------
597 `APIThreadStress` | Used to test Loader for race conditions | `DWORD` | `INTERNAL` | |
598 `CoreClrBinderLog` | Debug flag that enabled detailed log for new binder (similar to stress logging). | `STRING` | `INTERNAL` | |
599 `ForceLog` | Fusion flag to enforce assembly binding log. Heavily used and documented in MSDN and BLOGS. | `DWORD` | `EXTERNAL` | |
600 `WinMDPath` | Path for Windows WinMD files | `STRING` | `INTERNAL` | |
601
602 #### Loader heap Configuration Knobs
603
604 Name | Description | Type | Class | Default Value | Flags
605 -----|-------------|------|-------|---------------|-------
606 `BreakOnOutOfMemoryWithinRange` | Break before out of memory within range exception is thrown | `DWORD` | `INTERNAL` | `0` |
607 `CodeHeapReserveForJumpStubs` | Percentage of code heap to reserve for jump stubs | `DWORD` | `INTERNAL` | `1` |
608 `LoaderHeapCallTracing` | Loader heap troubleshooting | `DWORD` | `INTERNAL` | `0` | REGUTIL_default
609 `NGenReserveForJumpStubs` | Percentage of ngen image size to reserve for jump stubs | `DWORD` | `INTERNAL` | `0` |
610
611 #### Log Configuration Knobs
612
613 Name | Description | Type | Class | Default Value | Flags
614 -----|-------------|------|-------|---------------|-------
615 `LogEnable` | Turns on the traditional CLR log. | `DWORD` | `INTERNAL` | |
616 `LogFacility` | Specifies a facility mask for CLR log. (See 'loglf.h'; VM interprets string value as hex number.) Also used by stresslog. | `DWORD` | `INTERNAL` | |
617 `LogFacility2` | Specifies a facility mask for CLR log. (See 'loglf.h'; VM interprets string value as hex number.) Also used by stresslog. | `DWORD` | `INTERNAL` | |
618 `logFatalError` | Specifies whether EventReporter logs fatal errors in the Windows event log. | `DWORD` | `EXTERNAL` | `1` |
619 `LogFile` | Specifies a file name for the CLR log. | `STRING` | `INTERNAL` | | REGUTIL_default
620 `LogFileAppend` | Specifies whether to append to or replace the CLR log file. | `DWORD` | `INTERNAL` | |
621 `LogFlushFile` | Specifies whether to flush the CLR log file on each write. | `DWORD` | `INTERNAL` | |
622 `LogLevel` | 4=10 msgs, 9=1000000, 10=everything | `DWORD` | `EXTERNAL` | |
623 `LogPath` | ?Fusion debug log path. | `STRING` | `INTERNAL` | |
624 `LogToConsole` | Writes the CLR log to console. | `DWORD` | `INTERNAL` | |
625 `LogToDebugger` | Writes the CLR log to debugger (OutputDebugStringA). | `DWORD` | `INTERNAL` | |
626 `LogToFile` | Writes the CLR log to a file. | `DWORD` | `INTERNAL` | |
627 `LogWithPid` | Appends pid to filename for the CLR log. | `DWORD` | `INTERNAL` | |
628
629 #### MetaData Configuration Knobs
630
631 Name | Description | Type | Class | Default Value | Flags
632 -----|-------------|------|-------|---------------|-------
633 `AssertOnBadImageFormat` | ASSERT when invalid MD read | `DWORD` | `INTERNAL` | |
634 `MD_ApplyDeltaBreak` | ASSERT when applying EnC | `DWORD` | `INTERNAL` | `0` | REGUTIL_default
635 `MD_DeltaCheck` | Some checks of GUID when applying EnC (?) | `DWORD` | `INTERNAL` | `1` | REGUTIL_default
636 `MD_EncDelta` | Forces EnC Delta format in MD (?) | `DWORD` | `INTERNAL` | `0` | REGUTIL_default
637 `MD_ForceNoColDesSharing` | Don't know - the only usage I could find is #if 0 (?) | `DWORD` | `INTERNAL` | `0` | REGUTIL_default
638 `MD_KeepKnownCA` | Something with known CAs (?) | `DWORD` | `INTERNAL` | `0` | REGUTIL_default
639 `MD_MiniMDBreak` | ASSERT when creating CMiniMdRw class | `DWORD` | `INTERNAL` | `0` | REGUTIL_default
640 `MD_PreSaveBreak` | ASSERT when calling CMiniMdRw::PreSave | `DWORD` | `INTERNAL` | `0` | REGUTIL_default
641 `MD_PreserveDebuggerMetadataMemory` | Save all versions of metadata memory in the debugger when debuggee metadata is updated | `DWORD` | `EXTERNAL` | `0` | REGUTIL_default
642 `MD_RegMetaBreak` | ASSERT when creating RegMeta class | `DWORD` | `INTERNAL` | `0` | REGUTIL_default
643 `MD_RegMetaDump` | Dump MD in 4 functions (?) | `DWORD` | `INTERNAL` | `0` | REGUTIL_default
644 `MD_WinMD_AssertOnIllegalUsage` | ASSERT if a WinMD import adapter detects a tool incompatibility | `DWORD` | `INTERNAL` | `0` | REGUTIL_default
645 `MD_WinMD_Disable` | Never activate the WinMD import adapter | `DWORD` | `INTERNAL` | `0` | REGUTIL_default
646
647 #### Native Binder Configuration Knobs
648
649 Name | Description | Type | Class | Default Value | Flags
650 -----|-------------|------|-------|---------------|-------
651 `NgenBind_ZapForbid` | Assert if an assembly succeeds in binding to a native image | `DWORD` | `INTERNAL` | `0` |
652 `NgenBind_ZapForbidExcludeList` |  | `STRING` | `INTERNAL` | |
653 `NgenBind_ZapForbidList` |  | `STRING` | `INTERNAL` | |
654 `SymDiffDump` | Used to create the map file while binding the assembly. Used by SemanticDiffer | `DWORD` | `INTERNAL` | `0` | REGUTIL_default
655
656 #### NGEN Configuration Knobs
657
658 Name | Description | Type | Class | Default Value | Flags
659 -----|-------------|------|-------|---------------|-------
660 `CrossGenAssumeInputSigned` | CrossGen should assume that its input assemblies will be signed before deployment | `DWORD` | `INTERNAL` | `1` |
661 `NGen_JitName` |  | `STRING` | `EXTERNAL` | | REGUTIL_default
662 `NgenDebugDump` |  | `SSV` | | |
663 `NgenDisasm` | Same as JitDisasm, but for ngen | `SSV` | | |
664 `NgenDump` | Same as JitDump, but for ngen | `SSV` | | |
665 `NgenDumpFg` | Ngen Xml Flowgraph support | `STRING` | | |
666 `NgenDumpFgDir` | Ngen Xml Flowgraph support | `STRING` | | |
667 `NgenDumpFgFile` | Ngen Xml Flowgraph support | `STRING` | | |
668 `NgenDumpIR` | Same as JitDumpIR, but for ngen | `SSV` | | |
669 `NgenDumpIRFormat` | Same as JitDumpIRFormat, but for ngen | `STRING` | | |
670 `NgenDumpIRPhase` | Same as JitDumpIRPhase, but for ngen | `STRING` | | |
671 `NgenEHDump` | Dump the EH table for the method, as reported to the VM | `SSV` | | |
672 `NGenEnableCreatePdb` | If set to >0 ngen.exe displays help on, recognizes createpdb in the command line | `DWORD` | `UNSUPPORTED` | `0` |
673 `NgenForceFailureCount` | If set to >0 and we have IBC data we will force a failure after we reference an IBC data item <value> times | `DWORD` | `INTERNAL` | `0` | REGUTIL_default
674 `NgenForceFailureKind` | If set to 1, We will throw a TypeLoad exception; If set to 2, We will cause an A/V | `DWORD` | `INTERNAL` | `1` | REGUTIL_default
675 `NgenForceFailureMask` | Bitmask used to control which locations will check and raise the failure (defaults to bits: -1) | `DWORD` | `INTERNAL` | `(DWORD)-1` | REGUTIL_default
676 `NGenFramed` | Same as JitFramed, but for ngen | `DWORD` | `UNSUPPORTED` | `(DWORD)-1` | REGUTIL_default
677 `NgenGCDump` |  | `SSV` | | |
678 `NGenOnlyOneMethod` |  | `DWORD` | `INTERNAL` | `0` | REGUTIL_default
679 `NgenOrder` |  | `DWORD` | `INTERNAL` | `0` | REGUTIL_default
680 `NGenSimulateDiskFull` | If set to 1, ngen will throw a Disk full exception in ZapWriter.cpp:Save() | `DWORD` | `INTERNAL` | `0` |
681 `NgenUnwindDump` | Dump the unwind codes for the method | `SSV` | | |
682 `NoASLRForNgen` | Turn off IMAGE_DLLCHARACTERISTICS_DYNAMIC_BASE bit in generated ngen images. Makes nidump output repeatable from run to run. | `DWORD` | `INTERNAL` | `0` |
683 `PartialNGen` | Generate partial NGen images | `DWORD` | `INTERNAL` | `(DWORD)-1` |
684 `partialNGenStress` |  | `DWORD` | `INTERNAL` | `0` | REGUTIL_default
685 `ZapDoNothing` |  | `DWORD` | `INTERNAL` | `0` | REGUTIL_default
686
687 #### Performance Configuration Knobs
688
689 Name | Description | Type | Class | Default Value | Flags
690 -----|-------------|------|-------|---------------|-------
691 `performanceScenario` | Activates a set of workload-specific default values for performance settings | `STRING` | `EXTERNAL` | |
692
693 #### Profiling API / ETW Configuration Knobs
694
695 Name | Description | Type | Class | Default Value | Flags
696 -----|-------------|------|-------|---------------|-------
697 `AttachThreadAlwaysOn` | Forces profapi attach thread to be created on startup, instead of on-demand. | `DWORD` | `EXTERNAL` | |
698 `COR_ENABLE_PROFILING` | Flag to indicate whether profiling should be enabled for the currently running process. | `DWORD` | `EXTERNAL` | `0` | DontPrependCOMPlus_ \| IgnoreConfigFiles
699 `COR_PROFILER` | Specifies GUID of profiler to load into currently running process | `STRING` | `EXTERNAL` | | DontPrependCOMPlus_
700 `COR_PROFILER_PATH` | Specifies the path to the DLL of profiler to load into currently running process | `STRING` | `EXTERNAL` | | DontPrependCOMPlus_
701 `COR_PROFILER_PATH_32` | Specifies the path to the DLL of profiler to load into currently running 32 bits process | `STRING` | `EXTERNAL` | | DontPrependCOMPlus_
702 `COR_PROFILER_PATH_64` | Specifies the path to the DLL of profiler to load into currently running 64 bits process | `STRING` | `EXTERNAL` | | DontPrependCOMPlus_
703 `CORECLR_ENABLE_PROFILING` | CoreCLR only: Flag to indicate whether profiling should be enabled for the currently running process. | `DWORD` | `EXTERNAL` | `0` | DontPrependCOMPlus_ \| IgnoreConfigFiles
704 `CORECLR_PROFILER` | CoreCLR only: Specifies GUID of profiler to load into currently running process | `STRING` | `EXTERNAL` | | DontPrependCOMPlus_
705 `CORECLR_PROFILER_PATH` | CoreCLR only: Specifies the path to the DLL of profiler to load into currently running process | `STRING` | `EXTERNAL` | | DontPrependCOMPlus_
706 `CORECLR_PROFILER_PATH_32` | CoreCLR only: Specifies the path to the DLL of profiler to load into currently running 32 process | `STRING` | `EXTERNAL` | | DontPrependCOMPlus_
707 `CORECLR_PROFILER_PATH_64` | CoreCLR only: Specifies the path to the DLL of profiler to load into currently running 64 process | `STRING` | `EXTERNAL` | | DontPrependCOMPlus_
708 `ETW_ObjectAllocationEventsPerTypePerSec` | Desired number of GCSampledObjectAllocation ETW events to be logged per type per second.  If 0, then the default built in to the implementation for the enabled event (e.g., High, Low), will be used. | `STRING` | `UNSUPPORTED` | | REGUTIL_default
709 `ETWEnabled` | This flag is used on OSes < Vista to enable/disable ETW. It is disabled by default | `DWORD` | `EXTERNAL` | `0` | REGUTIL_default
710 `MsBetweenAttachCheck` |  | `DWORD` | `EXTERNAL` | `500` |
711 `PerfMapEnabled` | This flag is used on Linux to enable writing /tmp/perf-$pid.map. It is disabled by default | `DWORD` | `EXTERNAL` | `0` | REGUTIL_default
712 `PerfMapIgnoreSignal` | When perf map is enabled, this option will configure the specified signal to be accepted and ignored as a marker in the perf logs.  It is disabled by default | `DWORD` | `EXTERNAL` | `0` | REGUTIL_default
713 `ProfAPI_AttachProfilerMinTimeoutInMs` | Timeout in ms for the minimum time out value of AttachProfiler | `DWORD` | `EXTERNAL` | `10*1000` |
714 `ProfAPI_DetachMaxSleepMs` | The maximum time, in milliseconds, the CLR will wait before checking whether a profiler that is in the process of detaching is ready to be unloaded. | `DWORD` | `EXTERNAL` | `0` |
715 `ProfAPI_DetachMinSleepMs` | The minimum time, in milliseconds, the CLR will wait before checking whether a profiler that is in the process of detaching is ready to be unloaded. | `DWORD` | `EXTERNAL` | `0` |
716 `ProfAPI_EnableRejitDiagnostics` | Enable extra dumping to stdout of rejit structures | `DWORD` | `INTERNAL` | `0` |
717 `ProfAPI_ProfilerCompatibilitySetting` | Specifies the profiler loading policy (the default is not to load a V2 profiler in V4) | `STRING` | `EXTERNAL` | | REGUTIL_default \| TrimWhiteSpaceFromStringValue
718 `ProfApi_RejitOnAttach` | Enables the ability for profilers to rejit methods on attach. | `DWORD` | `EXTERNAL` | `1` |
719 `ProfAPI_TestOnlyEnableICorProfilerInfo` | Test-only flag to allow attaching profiler tests to call ICorProfilerInfo interface, which would otherwise be disallowed for attaching profilers | `DWORD` | `INTERNAL` | `0` |
720 `ProfAPI_ValidateNGENInstrumentation` | This flag enables additional validations when using the IMetaDataEmit APIs for NGEN'ed images to ensure only supported edits are made. | `DWORD` | `UNSUPPORTED` | `0` |
721 `ProfAPIFault` | Test-only bitmask to inject various types of faults in the profapi code | `DWORD` | `INTERNAL` | `0` |
722 `ProfAPIMaxWaitForTriggerMs` | Timeout in ms for profilee to wait for each blocking operation performed by trigger app. | `DWORD` | `EXTERNAL` | `5*60*1000` |
723 `StartupDelayMS` |  | `STRING` | `EXTERNAL` | |
724 `TestOnlyAllowedEventMask` | Test-only bitmask to allow profiler tests to override CLR enforcement of COR_PRF_ALLOWABLE_AFTER_ATTACH and COR_PRF_MONITOR_IMMUTABLE | `DWORD` | `INTERNAL` | `0` |
725 `TestOnlyEnableObjectAllocatedHook` | Test-only flag that forces CLR to initialize on startup as if ObjectAllocated callback were requested, to enable post-attach ObjectAllocated functionality. | `DWORD` | `INTERNAL` | `0` |
726 `TestOnlyEnableSlowELTHooks` | Test-only flag that forces CLR to initialize on startup as if slow-ELT were requested, to enable post-attach ELT functionality. | `DWORD` | `INTERNAL` | `0` |
727
728 #### Spinning heuristics Configuration Knobs
729
730 Name | Description | Type | Class | Default Value | Flags
731 -----|-------------|------|-------|---------------|-------
732 `Monitor_SpinCount` | Hex value specifying the maximum number of spin iterations Monitor may perform upon contention on acquiring the lock before waiting. | `DWORD` | `INTERNAL` | `0x1e` | EEConfig_default
733 `SpinBackoffFactor` | Hex value specifying the growth of each successive spin duration | `DWORD` | `EXTERNAL` | `0x3` | EEConfig_default
734 `SpinInitialDuration` | Hex value specifying the first spin duration | `DWORD` | `EXTERNAL` | `0x32` | EEConfig_default
735 `SpinLimitConstant` | Hex value specifying the constant to add when calculating the maximum spin duration | `DWORD` | `EXTERNAL` | `0x0` | EEConfig_default
736 `SpinLimitProcCap` | Hex value specifying the largest value of NumProcs to use when calculating the maximum spin duration | `DWORD` | `EXTERNAL` | `0xFFFFFFFF` | EEConfig_default
737 `SpinLimitProcFactor` | Hex value specifying the multiplier on NumProcs to use when calculating the maximum spin duration | `DWORD` | `EXTERNAL` | `0x4E20` | EEConfig_default
738 `SpinRetryCount` | Hex value specifying the number of times the entire spin process is repeated (when applicable) | `DWORD` | `EXTERNAL` | `0xA` | EEConfig_default
739
740 #### Stress Configuration Knobs
741
742 Name | Description | Type | Class | Default Value | Flags
743 -----|-------------|------|-------|---------------|-------
744 `ForceEnc` | Forces Edit and Continue to be on for all eligible modules. | `DWORD` | `UNSUPPORTED` | |
745 `StressCOMCall` |  | `DWORD` | `INTERNAL` | `0` | REGUTIL_default
746 `StressLog` | Turns on the stress log. | `DWORD` | `UNSUPPORTED` | |
747 `StressLogSize` | Stress log size in bytes per thread. | `DWORD` | `UNSUPPORTED` | |
748 `StressOn` | Enables the STRESS_ASSERT macro that stops runtime quickly (to prevent the clr state from changing significantly before breaking) | `DWORD` | `INTERNAL` | |
749 `stressSynchronized` | Unknown if or where this is used; unless a test is specifically depending on this, it can be removed. | `DWORD` | `INTERNAL` | `0` | REGUTIL_default
750 `StressThreadCount` |  | `DWORD` | `EXTERNAL` | |
751
752 #### Thread (miscellaneous) Configuration Knobs
753
754 Name | Description | Type | Class | Default Value | Flags
755 -----|-------------|------|-------|---------------|-------
756 `DefaultStackSize` | Stack size to use for new VM threads when thread is created with default stack size (dwStackSize == 0). | `DWORD` | `INTERNAL` | `0` |
757 `Thread_DeadThreadCountThresholdForGCTrigger` | In the heuristics to clean up dead threads, this threshold must be reached before triggering a GC will be considered. Set to 0 to disable triggering a GC based on dead threads. | `DWORD` | `INTERNAL` | `75` |
758 `Thread_DeadThreadGCTriggerPeriodMilliseconds` | In the heuristics to clean up dead threads, this much time must have elapsed since the previous max-generation GC before triggering another GC will be considered | `DWORD` | `INTERNAL` | `1000 * 60 * 30` |
759
760 #### Thread Suspend Configuration Knobs
761
762 Name | Description | Type | Class | Default Value | Flags
763 -----|-------------|------|-------|---------------|-------
764 `DiagnosticSuspend` |  | `DWORD` | `INTERNAL` | `0` |
765 `SuspendDeadlockTimeout` |  | `DWORD` | `INTERNAL` | `40000` |
766 `SuspendThreadDeadlockTimeoutMs` |  | `DWORD` | `INTERNAL` | `2000` |
767 `ThreadSuspendInjection` | Specifies whether to inject activations for thread suspension on Unix | `DWORD` | `INTERNAL` | `1` |
768
769 #### Threadpool Configuration Knobs
770
771 Name | Description | Type | Class | Default Value | Flags
772 -----|-------------|------|-------|---------------|-------
773 `HillClimbing_Bias` | The 'cost' of a thread.  0 means drive for increased throughput regardless of thread count; higher values bias more against higher thread counts. | `DWORD` | `INTERNAL` | `15` |
774 `HillClimbing_Disable` | Disables hill climbing for thread adjustments in the thread pool | `DWORD` | `INTERNAL` | `0` |
775 `HillClimbing_ErrorSmoothingFactor` |  | `DWORD` | `INTERNAL` | `1` |
776 `HillClimbing_GainExponent` | The exponent to apply to the gain, times 100.  100 means to use linear gain, higher values will enhance large moves and damp small ones. | `DWORD` | `INTERNAL` | `200` |
777 `HillClimbing_MaxChangePerSample` |  | `DWORD` | `INTERNAL` | `20` |
778 `HillClimbing_MaxChangePerSecond` |  | `DWORD` | `INTERNAL` | `4` |
779 `HillClimbing_MaxSampleErrorPercent` |  | `DWORD` | `INTERNAL` | `15` |
780 `HillClimbing_MaxWaveMagnitude` |  | `DWORD` | `INTERNAL` | `20` |
781 `HillClimbing_SampleIntervalHigh` |  | `DWORD` | `INTERNAL` | `200` |
782 `HillClimbing_SampleIntervalLow` |  | `DWORD` | `INTERNAL` | `10` |
783 `HillClimbing_TargetSignalToNoiseRatio` |  | `DWORD` | `INTERNAL` | `300` |
784 `HillClimbing_WaveHistorySize` |  | `DWORD` | `INTERNAL` | `8` |
785 `HillClimbing_WaveMagnitudeMultiplier` |  | `DWORD` | `INTERNAL` | `100` |
786 `HillClimbing_WavePeriod` |  | `DWORD` | `INTERNAL` | `4` |
787 `Thread_UseAllCpuGroups` | Specifies if to automatically distribute thread across CPU Groups | `DWORD` | `EXTERNAL` | `0` |
788 `ThreadPool_DebugBreakOnWorkerStarvation` | Breaks into the debugger if the ThreadPool detects work queue starvation | `DWORD` | `INTERNAL` | `0` |
789 `ThreadPool_DisableStarvationDetection` | Disables the ThreadPool feature that forces new threads to be added when workitems run for too long | `DWORD` | `INTERNAL` | `0` |
790 `ThreadPool_EnableWorkerTracking` | Enables extra expensive tracking of how many workers threads are working simultaneously | `DWORD` | `INTERNAL` | `0` |
791 `ThreadPool_ForceMaxWorkerThreads` | Overrides the MaxThreads setting for the ThreadPool worker pool | `DWORD` | `INTERNAL` | `0` |
792 `ThreadPool_ForceMinWorkerThreads` | Overrides the MinThreads setting for the ThreadPool worker pool | `DWORD` | `INTERNAL` | `0` |
793 `ThreadPool_UnfairSemaphoreSpinLimit` | Maximum number of spins per processor a thread pool worker thread performs before waiting for work | `DWORD` | `INTERNAL` | `0x32` |
794 `ThreadpoolTickCountAdjustment` |  | `DWORD` | `INTERNAL` | `0` |
795
796 #### Tiered Compilation Configuration Knobs
797
798 Name | Description | Type | Class | Default Value | Flags
799 -----|-------------|------|-------|---------------|-------
800 `TC_CallCounting` | Enabled by default (only activates when TieredCompilation is also enabled). If disabled immediately backpatches prestub, and likely prevents any promotion to higher tiers | `DWORD` | `INTERNAL` | `1` |
801 `TC_CallCountingDelayMs` | A perpetual delay in milliseconds that is applied call counting in tier 0 and jitting at higher tiers, while there is startup-like activity. | `DWORD` | `INTERNAL` | `100` |
802 `TC_CallCountThreshold` | Number of times a method must be called in tier 0 after which it is promoted to the next tier. | `DWORD` | `INTERNAL` | `30` |
803 `TC_DelaySingleProcMultiplier` | Multiplier for TC_CallCountingDelayMs that is applied on a single-processor machine or when the process is affinitized to a single processor. | `DWORD` | `INTERNAL` | `10` |
804 `TC_QuickJit` | For methods that would be jitted, enable using quick JIT when appropriate. | `DWORD` | `EXTERNAL` | `0` |
805 `TC_QuickJitForLoops` | When quick JIT is enabled, quick JIT may also be used for methods that contain loops. | `DWORD` | `UNSUPPORTED` | `0` |
806 `TieredCompilation` | Enables tiered compilation | `DWORD` | `EXTERNAL` | `1` |
807
808 #### TypeLoader Configuration Knobs
809
810 Name | Description | Type | Class | Default Value | Flags
811 -----|-------------|------|-------|---------------|-------
812 `TypeLoader_InjectInterfaceDuplicates` | Injects duplicates in interface map for all types. | `DWORD` | `INTERNAL` | `0` |
813
814 #### Uncategorized Configuration Knobs
815
816 Name | Description | Type | Class | Default Value | Flags
817 -----|-------------|------|-------|---------------|-------
818 `ActivatePatchSkip` | Allows an assert when ActivatePatchSkip is called | `DWORD` | `INTERNAL` | `0` | REGUTIL_default
819 `AlwaysUseMetadataInterfaceMapLayout` | Used for debugging generic interface map layout. | `DWORD` | `INTERNAL` | |
820 `AssertOnUnneededThis` | While the ConfigDWORD is unnecessary, the contained ASSERT should be kept. This may result in some work tracking down violating MethodDescCallSites. | `DWORD` | `INTERNAL` | `0` |
821 `AssertStacktrace` |  | `DWORD` | `INTERNAL` | `1` | REGUTIL_default
822 `clearNativeImageStress` |  | `DWORD` | `INTERNAL` | `0` | REGUTIL_default
823 `CPUFamily` |  | `DWORD` | `INTERNAL` | |
824 `CPUFeatures` |  | `DWORD` | `INTERNAL` | |
825 `DisableConfigCache` | Used to disable the \"probabilistic\" config cache, which walks through the appropriate config registry keys on init and probabilistically keeps track of which exist. | `DWORD` | `EXTERNAL` | `0` | REGUTIL_default
826 `DisableStackwalkCache` |  | `DWORD` | `EXTERNAL` | |
827 `DoubleArrayToLargeObjectHeap` | Controls double[] placement | `DWORD` | `UNSUPPORTED` | |
828 `DumpConfiguration` | Dumps runtime properties of xml configuration files to the log. | `DWORD` | `INTERNAL` | `0` |
829 `DumpOnClassLoad` | Dumps information about loaded class to log. | `STRING` | `INTERNAL` | |
830 `ExpandAllOnLoad` |  | `DWORD` | `INTERNAL` | |
831 `ForcedRuntime` | Verify version of CLR loaded | `STRING` | `INTERNAL` | |
832 `ForceRelocs` |  | `DWORD` | `INTERNAL` | `0` | REGUTIL_default
833 `GenerateLongJumpDispatchStubRatio` | Useful for testing VSD on AMD64 | `DWORD` | `INTERNAL` | |
834 `HashStack` |  | `DWORD` | `INTERNAL` | `0` | REGUTIL_default
835 `HostManagerConfig` |  | `DWORD` | `INTERNAL` | `(DWORD)-1` |
836 `HostTestThreadAbort` |  | `DWORD` | `INTERNAL` | `0` |
837 `IgnoreDllMainReturn` | Don't check the return value of DllMain if this is set | `DWORD` | `UNSUPPORTED` | `0` | ConfigFile_ApplicationFirst
838 `InvokeHalt` | Throws an assert when the given method is invoked through reflection. | `STRING` | `INTERNAL` | |
839 `legacyNullReferenceExceptionPolicy` |  | `DWORD` | `UNSUPPORTED` | |
840 `legacyUnhandledExceptionPolicy` |  | `DWORD` | `UNSUPPORTED` | |
841 `MaxStackDepth` |  | `DWORD` | `INTERNAL` | |
842 `MaxStubUnwindInfoSegmentSize` |  | `DWORD` | `INTERNAL` | |
843 `MaxThreadRecord` |  | `DWORD` | `INTERNAL` | |
844 `MessageDebugOut` |  | `DWORD` | `INTERNAL` | `0` |
845 `MscorsnLogging` | Enables strong name logging | `DWORD` | `INTERNAL` | `0` | REGUTIL_default
846 `NativeImageRequire` |  | `DWORD` | `EXTERNAL` | `0` | REGUTIL_default
847 `NestedEhOom` |  | `DWORD` | `INTERNAL` | `0` | REGUTIL_default
848 `NoGuiOnAssert` |  | `DWORD` | `INTERNAL` | `INTERNAL_NoGuiOnAssert_Default` | REGUTIL_default
849 `NoProcedureSplitting` |  | `DWORD` | `EXTERNAL` | `0` | REGUTIL_default
850 `NoStringInterning` | Disallows string interning. I see no value in it anymore. | `DWORD` | `INTERNAL` | `1` | REGUTIL_default
851 `NotifyBadAppCfg` | Whether to show a message box for bad application config file. | `DWORD` | `EXTERNAL` | |
852 `PauseOnLoad` | Stops in SystemDomain::init. I think it can be removed. | `DWORD` | `INTERNAL` | |
853 `PerfAllocsSizeThreshold` | Log facility LF_GCALLOC logs object allocations. This flag controls which ones also log stacktraces. Predates ClrProfiler. | `DWORD` | `INTERNAL` | `0x3FFFFFFF` |
854 `PerfNumAllocsThreshold` | Log facility LF_GCALLOC logs object allocations. This flag controls which ones also log stacktraces. Predates ClrProfiler. | `DWORD` | `INTERNAL` | `0x3FFFFFFF` |
855 `PerfTypesToLog` | Log facility LF_GCALLOC logs object allocations. This flag controls which ones also log stacktraces. Predates ClrProfiler. | `STRING` | `INTERNAL` | |
856 `Prepopulate1` |  | `DWORD` | `EXTERNAL` | `1` |
857 `PrestubGC` |  | `STRING` | `INTERNAL` | |
858 `PrestubHalt` |  | `STRING` | `INTERNAL` | |
859 `RestrictedGCStressExe` |  | `STRING` | `EXTERNAL` | |
860 `ReturnSourceTypeForTesting` | Allows returning the (internal only) source type of an IL to Native mapping for debugging purposes | `DWORD` | `INTERNAL` | `0` | REGUTIL_default
861 `RSStressLog` | Allows turning on logging for RS startup | `DWORD` | `UNSUPPORTED` | `0` | REGUTIL_default
862 `SaveThreadInfo` |  | `DWORD` | `INTERNAL` | |
863 `SaveThreadInfoMask` |  | `DWORD` | `INTERNAL` | |
864 `SBDumpOnNewIndex` | Used for Syncblock debugging. It's been a while since any of those have been used. | `DWORD` | `INTERNAL` | `0` |
865 `SBDumpOnResize` | Used for Syncblock debugging. It's been a while since any of those have been used. | `DWORD` | `INTERNAL` | `0` |
866 `SBDumpStyle` | Used for Syncblock debugging. It's been a while since any of those have been used. | `DWORD` | `INTERNAL` | `0` |
867 `ShimDatabaseVersion` | Force using shim database version in registry | `STRING` | `UNSUPPORTED` | |
868 `SleepOnExit` | Used for lrak detection. I'd say deprecated by umdh. | `DWORD` | `UNSUPPORTED` | `0` |
869 `StubLinkerUnwindInfoVerificationOn` |  | `DWORD` | `INTERNAL` | |
870 `SuccessExit` |  | `DWORD` | `UNSUPPORTED` | `0` | REGUTIL_default
871 `SymbolReadingPolicy` | Specifies when PDBs may be read | `DWORD` | `EXTERNAL` | |
872 `TestDataConsistency` | Allows ensuring the left side is not holding locks (and may thus be in an inconsistent state) when inspection occurs | `DWORD` | `UNSUPPORTED` | `FALSE` |
873 `ThreadGuardPages` |  | `DWORD` | `EXTERNAL` | `0` | REGUTIL_default
874 `Timeline` |  | `DWORD` | `EXTERNAL` | `0` | REGUTIL_default
875 `TotalStressLogSize` | Total stress log size in bytes. | `DWORD` | `UNSUPPORTED` | |
876 `TraceIUnknown` |  | `DWORD` | `EXTERNAL` | |
877 `TraceWrap` |  | `DWORD` | `EXTERNAL` | |
878 `TURNOFFDEBUGINFO` |  | `DWORD` | `EXTERNAL` | |
879 `UseMethodDataCache` | Used during feature development; may now be removed. | `DWORD` | `EXTERNAL` | `FALSE` |
880 `UseParentMethodData` | Used during feature development; may now be removed. | `DWORD` | `EXTERNAL` | `TRUE` |
881 `VerifierOff` |  | `DWORD` | `INTERNAL` | |
882 `VerifyAllOnLoad` |  | `DWORD` | `EXTERNAL` | |
883
884 #### Virtual call stubs Configuration Knobs
885
886 Name | Description | Type | Class | Default Value | Flags
887 -----|-------------|------|-------|---------------|-------
888 `VirtualCallStubCollideMonoPct` | Used only when STUB_LOGGING is defined, which by default is not. | `DWORD` | `INTERNAL` | `0` | REGUTIL_default
889 `VirtualCallStubCollideWritePct` | Used only when STUB_LOGGING is defined, which by default is not. | `DWORD` | `INTERNAL` | `100` | REGUTIL_default
890 `VirtualCallStubDumpLogCounter` | Used only when STUB_LOGGING is defined, which by default is not. | `DWORD` | `INTERNAL` | `0` | REGUTIL_default
891 `VirtualCallStubDumpLogIncr` | Used only when STUB_LOGGING is defined, which by default is not. | `DWORD` | `INTERNAL` | `0` | REGUTIL_default
892 `VirtualCallStubLogging` | Worth keeping, but should be moved into \"#ifdef STUB_LOGGING\" blocks. This goes for most (or all) of the stub logging infrastructure. | `DWORD` | `EXTERNAL` | `0` | REGUTIL_default
893 `VirtualCallStubMissCount` | Used only when STUB_LOGGING is defined, which by default is not. | `DWORD` | `INTERNAL` | `100` | REGUTIL_default
894 `VirtualCallStubResetCacheCounter` | Used only when STUB_LOGGING is defined, which by default is not. | `DWORD` | `INTERNAL` | `0` | REGUTIL_default
895 `VirtualCallStubResetCacheIncr` | Used only when STUB_LOGGING is defined, which by default is not. | `DWORD` | `INTERNAL` | `0` | REGUTIL_default
896
897 #### Watson Configuration Knobs
898
899 Name | Description | Type | Class | Default Value | Flags
900 -----|-------------|------|-------|---------------|-------
901 `DisableWatsonForManagedExceptions` | Disable Watson and debugger launching for managed exceptions | `DWORD` | `INTERNAL` | `0` |
902
903 #### Zap Configuration Knobs
904
905 Name | Description | Type | Class | Default Value | Flags
906 -----|-------------|------|-------|---------------|-------
907 `DebugAssertOnMissedCOWPage` |  | `DWORD` | `INTERNAL` | `1` |
908 `EnableEventLog` | Enable/disable use of EnableEventLogging mechanism  | `DWORD` | `EXTERNAL` | `0` |
909 `EventNameFilter` |  | `STRING` | `INTERNAL` | |
910 `EventSourceFilter` |  | `STRING` | `INTERNAL` | |
911 `ReadyToRun` | Enable/disable use of ReadyToRun native code | `DWORD` | `EXTERNAL` | `1` |
912 `ReadyToRunExcludeList` | List of assemblies that cannot use Ready to Run images | `STRING` | `EXTERNAL` | |
913 `ReadyToRunLogFile` | Name of file to log success/failure of using Ready to Run images | `STRING` | `EXTERNAL` | |
914 `ZapBBInstr` |  | `STRING` | `INTERNAL` | | REGUTIL_default
915 `ZapBBInstrDir` |  | `STRING` | `EXTERNAL` | |
916 `ZapDisable` |  | `DWORD` | `EXTERNAL` | `0` |
917 `ZapExclude` |  | `STRING` | `INTERNAL` | | REGUTIL_default
918 `ZapLazyCOWPagesEnabled` |  | `DWORD` | `INTERNAL` | `1` |
919 `ZapOnly` |  | `STRING` | `INTERNAL` | | REGUTIL_default
920 `ZapRequire` |  | `DWORD` | `EXTERNAL` | |
921 `ZapRequireExcludeList` |  | `STRING` | `EXTERNAL` | |
922 `ZapRequireList` |  | `STRING` | `EXTERNAL` | |
923 `ZapSet` |  | `STRING` | `EXTERNAL` | | REGUTIL_default
924
925
926 ## PAL Configuration Knobs
927 All the names below need to be prefixed by `COMPlus_`.
928
929 Name | Description | Type | Default Value
930 -----|-------------|------|---------------
931 `DefaultStackSize` | Overrides the default stack size for secondary threads | `STRING` | `0`
932 `DbgEnableMiniDump` | If set to 1, enables this core dump generation. The default is NOT to generate a dump | `DWORD` | `0`
933 `DbgMiniDumpName` | If set, use as the template to create the dump path and file name. The pid can be placed in the name with %d. | `STRING` | `_/tmp/coredump.%d_`
934 `DbgMiniDumpType` | If set to 1 generates _MiniDumpNormal_, 2 _MiniDumpWithPrivateReadWriteMemory_, 3 _MiniDumpFilterTriage_, 4 _MiniDumpWithFullMemory_ | `DWORD` | `1`
935 `CreateDumpDiagnostics` | If set to 1, enables the _createdump_ utilities diagnostic messages (TRACE macro) | `DWORD` | `0`
936