0X8007000E
Insufficient memory or storage is available to complete the operation.
- Symbol / family
- E_OUTOFMEMORY
- Signed decimal
- -2147024882
- Unsigned decimal
- 2147942414
What it means here
The process could not allocate a required resource; the limiting resource may be memory, commit, handles, or another quota.
What to check next
- Inspect memory, commit charge, handle count, and disk-backed page file availability.
- Check whether the process is 32-bit or subject to a job or container limit.
- Restart only after collecting resource evidence needed to find a leak or capacity issue.
Technical reference: Microsoft documentation or Microsoft-hosted support material