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
Copy file name to clipboardExpand all lines: support/windows-client/installing-updates-features-roles/error-0x8007000e-0x800705aa-insufficient-virtual-memory.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,9 +35,13 @@ Insufficient system resources exist to complete the requested service.
35
35
> [!NOTE]
36
36
> The second message typically occurs when you use `dism /online /add-package /packagepath:<path of .cab file>`to install the update.
37
37
38
+
When you review events in Event Viewer, you might also find Event ID 2004. The description of this event resembles the following example:
39
+
40
+
> Windows successfully diagnosed a low virtual memory condition. The following programs consumed the most virtual memory: java.exe (1152) consumed 33821605888 bytes, java.exe (6316) consumed 5259997184 bytes, and java.exe (12536) consumed 1569894400 bytes.
41
+
38
42
## Cause
39
43
40
-
This issue occurs if the computer doesn't have enough available virtual memory for Windows to install the update. The most common causes of this issue are the following conditions:
44
+
This issue occurs if the computer or virtual machine (VM) doesn't have enough available virtual memory for Windows to install the update. The most common causes of this issue are the following conditions:
41
45
42
46
- Third-party applications are consuming lots of virtual memory.
0 commit comments