當前位置:
首頁 >
[转]Windows 7 蓝屏后获取 MEMORY.DMP 文件及注意事项
發布時間:2025/3/17
56
豆豆
生活随笔
收集整理的這篇文章主要介紹了
[转]Windows 7 蓝屏后获取 MEMORY.DMP 文件及注意事项
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
轉自:http://hi.baidu.com/guicomeon/item/d6753a177fc76f0f8fbde46a
系統默認會在 C:\Windows 目錄下創建 MEMORY.DMP 文件,來搜集內存錯誤信息。但有時卻找不到。搜索后找到原因:系統分區剩余空間小于25G會自動刪除該文件。?
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)
如若始終保存該文件,須在注冊表中添加相應鍵值:
The exact location of the?AlwaysKeepMemoryDump?setting in the registry is:
-
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CrashControl\AlwaysKeepMemoryDump Type: REG_DWORD
轉載于:https://www.cnblogs.com/zzSoftware/p/3554148.html
總結
以上是生活随笔為你收集整理的[转]Windows 7 蓝屏后获取 MEMORY.DMP 文件及注意事项的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: stm32 Flash读写[库函数]
- 下一篇: 问题与事务跟踪系统jira中的版本管理