小编Dan*_*rry的帖子

Windows 10 Pro - 未计入的系统提交费用 - 资源耗尽

闲置一夜后(我不使用/自动睡眠或休眠;只有显示屏在锁定后自动关闭),我的完全最新的 Windows 10 Pro 计算机第二天将无法在鼠标或键盘活动时打开显示屏。相反,计算机崩溃并重新启动。事件查看器显示许多与虚拟内存不足相关的错误事件,并且事件 2004“资源耗尽检测器”每 5 分钟记录一次,持续数小时。

事件 2004“资源耗尽检测器”一般

Windows 成功诊断出虚拟内存不足的情况。以下程序消耗了最多的虚拟内存:sqlservr.exe (3020) 消耗了 343736320 字节,svchost.exe (7036) 消耗了 133574656 字节,MsMpEng.exe (2688) 消耗了 110944256 字节。

事件 2004“资源耗尽检测器”详细信息(仅 SystemInfo,因为这就是我的问题所在)

<SystemInfo> 
      <SystemCommitLimit>49033330688</SystemCommitLimit>
      <SystemCommitCharge>49031442432</SystemCommitCharge>
      <ProcessCommitCharge>1374498816</ProcessCommitCharge>
      <PagedPoolUsage>446369792</PagedPoolUsage>
      <PhysicalMemorySize>17100132352</PhysicalMemorySize>
      <PhysicalMemoryUsage>11527102464</PhysicalMemoryUsage>
      <NonPagedPoolUsage>605999104</NonPagedPoolUsage>
      <Processes>73</Processes>
</SystemInfo>
Run Code Online (Sandbox Code Playgroud)

我对以上内容的分析:

SystemCommitLimit = 49,033,330,688 = approx 48 GB = 16 GB RAM + 32 GB Pagefile
SystemCommitCharge = 49,031,442,432 = approx 48 GB
ProcessCommitCharge = 1,374,498,816 = approx 1.4 GB
PagedPoolUsage = 446,369,792 = approx 0.5 GB
NonPagedPoolUsage = 605,999,104 = approx 0.6 …
Run Code Online (Sandbox Code Playgroud)

memory crash windows-10

3
推荐指数
1
解决办法
2536
查看次数

标签 统计

crash ×1

memory ×1

windows-10 ×1