Skip to content

Commit a672df9

Browse files
authored
Update per reviewer's comments
1 parent 8346aef commit a672df9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

support/windows-server/performance/memory-dump-file-options.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@ If the following conditions are true, the previous file is preserved.
7676

7777
Each additional file is given a distinct name. The date is encoded in the file name. For example, Mini022900-01.dmp is the first memory dump generated on February 29, 2000. A list of all small memory dump files is kept in the `%SystemRoot%\Minidump` folder.
7878

79-
## Automatic memory dump
79+
## Active memory dump
8080

81-
For more information, see [Automatic Memory Dump](/windows-hardware/drivers/debugger/automatic-memory-dump).
81+
For more information, see [Active memory dump](/windows-hardware/drivers/debugger/active-memory-dump).
8282

8383
## Configure the dump type
8484

@@ -104,6 +104,7 @@ The following registry value is used under `HKEY_LOCAL_MACHINE\System\CurrentCon
104104

105105
- CrashDumpEnabled REG_DWORD 0x0 = None
106106
- CrashDumpEnabled REG_DWORD 0x1 = Complete memory dump
107+
- CrashDumpEnabled REG_DWORD 0x1 = Active memory dump (with the `FilterPages` value set to `1`)
107108
- CrashDumpEnabled REG_DWORD 0x2 = Kernel memory dump
108109
- CrashDumpEnabled REG_DWORD 0x3 = Small memory dump (64 KB)
109110
- CrashDumpEnabled REG_DWORD 0x7 = [Automatic memory dump](/windows-hardware/drivers/debugger/automatic-memory-dump)

0 commit comments

Comments
 (0)