IT Toolbox

Event ID 2004 — Insufficient virtual memory

View my favorites

Windows detected a significant memory pressure and indicates consumer processes.

Source of event

Microsoft-Windows-Resource-Exhaustion-Detector — Performance category.

Possible causes

  • Memory leak
  • Insufficient RAM
  • Too much, applications or VM
  • Unsuited File Page

Verifications to be carried out

  1. Read the processes cited….
  2. Control RAM and commit….
  3. Observer the evolution over time…

Useful orders….

Get-WinEvent -FilterHashtable @{LogName='System'; Id=2004} -MaxEvents 20

To be retained….

An Event ID must always be interpreted with its source, its full message, its timing and the context of the system. The same number may exist in several providers of events.

♡ 0