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
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,9 +33,9 @@ Insufficient system resources exist to complete the requested service.
33
33
```
34
34
35
35
> [!NOTE]
36
-
> The second message typically occurs when you use `dism /online /add-package /packagepath:<path of .cab file>`to install the update.
36
+
> The second message typically occurs if 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:
38
+
When you review events in Event Viewer, you might also find Event ID 2004 recorded. The description of this event resembles the following example:
39
39
40
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
41
@@ -71,14 +71,14 @@ After the computer restarts, try again to update it.
71
71
> [!NOTE]
72
72
> If the affected computer is a VM, consider upgrading the virtual hardware of the VM to increase its available memory resources.
73
73
74
-
To configure the computer to automatically manage its virtual memory, follow these steps.
74
+
To configure the computer to automatically manage its virtual memory, follow these steps:
75
75
76
-
1.To open **System Properties**, select Search and then enter **sysdm.cpl**.
77
-
1. In **System Properties**, select **Advanced**, and then under **Performance**, select**Settings**.
78
-
1. In **Performance Options**, select **Advanced**, and then under **Virtual memory**, select**Change**.
76
+
1.Open **System Properties**: Select **Search**, and enter **sysdm.cpl**.
77
+
1. In **System Properties**, select **Advanced** > **Performance** >**Settings**.
78
+
1. In **Performance Options**, select **Advanced** > **Virtual memory** >**Change**.
79
79
1. Make sure that **Automatically manage paging file size for all drives** is selected, and then select **OK**.
80
80
1. Restart the computer.
81
-
1. To make sure that this issue doesn't recur, monitor the computer's available memory resources.
81
+
1. To make sure that this issue doesn't reoccur, monitor the computer's available memory resources.
0 commit comments