Skip to content

Commit 3c7ef14

Browse files
committed
Adding info for CI 7662
1 parent 44a94af commit 3c7ef14

1 file changed

Lines changed: 25 additions & 1 deletion

File tree

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

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,33 @@ When you review events in Event Viewer, you might also find Event ID 2004 record
4040

4141
> 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.
4242
43+
### Special case of error code 0x800705aa - Registry size limit
44+
45+
Error code 0x800705aa might indicate an issue that involves the registry instead of a general virtual memory issue. To see if this is the case, check the CBS.log file for entries that resemble the following example:
46+
47+
```output
48+
2024-05-13 22:31:56, Info CBS Failed to load the COMPONENTS hive from 'C:\Windows\System32\config\COMPONENTS' into registry key 'HKLM\COMPONENTS'. [HRESULT = 0x800705aa - ERROR_NO_SYSTEM_RESOURCES]
49+
2024-05-13 22:31:56, Info CBS Failed to load component store [HRESULT = 0x800705aa - ERROR_NO_SYSTEM_RESOURCES]
50+
2024-05-13 22:31:56, Info CBS Failed to get CSI store. [HRESULT = 0x800705aa - ERROR_NO_SYSTEM_RESOURCES]
51+
2024-05-13 22:31:56, Info CBS Failed to get CSI Inventory [HRESULT = 0x800705aa - ERROR_NO_SYSTEM_RESOURCES]
52+
2024-05-13 22:31:56, Info CBS Failed to get component state. [HRESULT = 0x800705aa - ERROR_NO_SYSTEM_RESOURCES]
53+
2024-05-13 22:31:56, Info CBS Failed to get current state of the deployment [HRESULT = 0x800705aa - ERROR_NO_SYSTEM_RESOURCES]
54+
2024-05-13 22:31:56, Info CBS Failed to get Transaction State for package: Microsoft-Windows-NetFx4-OC-Package~31bf3856ad364e35~amd64~~10.0.17763.1, update: NetFx4 [HRESULT = 0x800705aa - ERROR_NO_SYSTEM_RESOURCES]
55+
```
56+
57+
For a contrasting example of CBS log entries that indicate a non-registry cause, see [More information](#more-information).
58+
59+
For more information about how to use the CBS log, see [Windows Update log files](/windows/deployment/update/windows-update-logs).
60+
4361
## Cause
4462

45-
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:
63+
In most cases, 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:
4664

4765
- Third-party applications are consuming lots of virtual memory.
4866
- The computer's virtual memory isn't managed automatically. Instead, it's manually configured.
4967

68+
If the CBS log indicates that the issue involved registry resources, the `RegistrySizeLimit` registry entry is set to a value other than **0**. This value restricts the registry's maximum size. When the registry size grows to meet the configured limit, Windows can't perform necessary servicing activities, such as updates.
69+
5070
## Workaround: Clean restart
5171

5272
When you start Windows by using a normal startup, several applications and services start automatically, and then they run in the background. These programs include basic system processes, antivirus software, and system utility applications. These applications and services can interfere with the update process.
@@ -69,6 +89,8 @@ After the computer restarts, try again to update it.
6989
> [!IMPORTANT]
7090
> Before you troubleshoot this issue, back up the operating system disk. For information about this process for VMs, see [About Azure Virtual Machine restore](/azure/backup/about-azure-vm-restore).
7191
92+
### General resource issues
93+
7294
> [!NOTE]
7395
> If the affected computer is a VM, consider upgrading the virtual hardware of the VM to increase its available memory resources.
7496
@@ -81,6 +103,8 @@ To configure the computer to automatically manage its virtual memory, follow the
81103
1. Restart the computer.
82104
1. To make sure that this issue doesn't reoccur, monitor the computer's available memory resources.
83105

106+
### Registry size limit issue
107+
84108
## More information
85109

86110
As an example of this issue, the following excerpt shows how error code 0x800705aa appears in the CBS.log file:

0 commit comments

Comments
 (0)