Skip to content

Commit 6f71398

Browse files
committed
Update--added steps
1 parent bb34222 commit 6f71398

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

support/windows-client/installing-updates-features-roles/error-0x8007000e-0x800705aa-insufficient-virtual-memory.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,13 @@ Insufficient system resources exist to complete the requested service.
3535
> [!NOTE]
3636
> The second message typically occurs when you use `dism /online /add-package /packagepath:<path of .cab file>`to install the update.
3737
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+
3842
## Cause
3943

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:
4145

4246
- Third-party applications are consuming lots of virtual memory.
4347
- The computer's virtual memory isn't managed automatically. Instead, it's manually configured.
@@ -61,13 +65,17 @@ After the computer restarts, try again to update it.
6165

6266
## Resolution
6367

68+
> [!NOTE]
69+
> If the affected computer is a VM, consider upgrading the virtual hardware of the VM to increase its available memory resources.
70+
6471
To configure the computer to automatically manage its virtual memory, follow these steps.
6572

6673
1. To open **System Properties**, select Search and then enter **sysdm.cpl**.
6774
1. In **System Properties**, select **Advanced**, and then under **Performance**, select **Settings**.
6875
1. In **Performance Options**, select **Advanced**, and then under **Virtual memory**, select **Change**.
6976
1. Make sure that **Automatically manage paging file size for all drives** is selected, and then select **OK**.
7077
1. Restart the computer.
78+
1. To make sure that this issue doesn't recur, monitor the computer's available memory resources.
7179

7280
## More information
7381

0 commit comments

Comments
 (0)