You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A complete memory dump records all the contents of system memory when your computer stops unexpectedly. A complete memory dump may contain data from processes that were running when the memory dump was collected.
33
33
34
-
If you select the **Complete memory dump** option, you must have a paging file on the boot volume that is sufficient to hold all the physical RAM plus 1 megabyte (MB).
34
+
If you select the **Complete memory dump** option, you must have a paging file on the boot volume that is sufficient to hold all the physical RAM plus 257 megabyte (MB).
35
35
36
36
If the following conditions are true, the previous file is overwritten.
37
37
@@ -44,7 +44,7 @@ A kernel memory dump records only the kernel memory. It speeds up the process of
44
44
45
45
This dump file doesn't include unallocated memory or any memory that's allocated to User-mode programs. It includes:
46
46
47
-
- Memory that's allocated to the kernel and hardware abstraction layer (HAL) in Windows 2000 and later.
47
+
- Memory that's allocated to the kernel and hardware abstraction layer (HAL) in the latest supported Windows version.
48
48
- Memory that's allocated to Kernel-mode drivers and other Kernel-mode programs.
49
49
50
50
For most purposes, this dump file is the most useful. It's smaller than the complete memory dump file. But it omits only those parts of memory that are unlikely to have been involved in the problem.
@@ -112,9 +112,6 @@ The following registry value is used under `HKEY_LOCAL_MACHINE\System\CurrentCon
0 commit comments