[转]Windows 7 蓝屏后获取 MEMORY.DMP 文件及注意事项
轉(zhuǎn)自:http://hi.baidu.com/guicomeon/item/d6753a177fc76f0f8fbde46a
系統(tǒng)默認(rèn)會(huì)在 C:\Windows 目錄下創(chuàng)建 MEMORY.DMP 文件,來(lái)搜集內(nèi)存錯(cuò)誤信息。但有時(shí)卻找不到。搜索后找到原因:系統(tǒng)分區(qū)剩余空間小于25G會(huì)自動(dòng)刪除該文件。?
Algorithm to decide whether to store/delete memory.dmp file generated after a system crash:
- If free disk space is >= 25GB, store the dump file on disk.
- Else (free disk space is < 25 GB), delete the dump file.
(http://blogs.msdn.com/b/wer/archive/2009/02/09/kernel-dump-storage-and-clean-up-behavior-in-windows-7.aspx)
如若始終保存該文件,須在注冊(cè)表中添加相應(yīng)鍵值:
The exact location of the?AlwaysKeepMemoryDump?setting in the registry is:
-
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CrashControl\AlwaysKeepMemoryDump Type: REG_DWORD
轉(zhuǎn)載于:https://www.cnblogs.com/zzSoftware/p/3554148.html
總結(jié)
以上是生活随笔為你收集整理的[转]Windows 7 蓝屏后获取 MEMORY.DMP 文件及注意事项的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問(wèn)題。
- 上一篇: stm32 Flash读写[库函数]
- 下一篇: TraceView 使用详解 andro