We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a672df9 commit aa06016Copy full SHA for aa06016
1 file changed
support/windows-server/performance/memory-dump-file-options.md
@@ -104,10 +104,10 @@ The following registry value is used under `HKEY_LOCAL_MACHINE\System\CurrentCon
104
105
- CrashDumpEnabled REG_DWORD 0x0 = None
106
- CrashDumpEnabled REG_DWORD 0x1 = Complete memory dump
107
-- CrashDumpEnabled REG_DWORD 0x1 = Active memory dump (with the `FilterPages` value set to `1`)
108
- CrashDumpEnabled REG_DWORD 0x2 = Kernel memory dump
109
- CrashDumpEnabled REG_DWORD 0x3 = Small memory dump (64 KB)
110
- CrashDumpEnabled REG_DWORD 0x7 = [Automatic memory dump](/windows-hardware/drivers/debugger/automatic-memory-dump)
+- CrashDumpEnabled REG_DWORD 0x1 and FilterPages REG_DWORD 0x1 = Active memory dump
111
112
Additional registry values for CrashControl:
113
0 commit comments