contiguousmemory

About this tag
The contiguousmemory tag covers issues related to contiguous physical memory allocation failures in Windows. Common problems include STATUS_NO_MEMORY errors when allocating large contiguous memory blocks and Stop Error 0x0A (IRQL_NOT_LESS_OR_EQUAL) triggered by such requests. These issues are documented for Windows 7 and Windows Server 2008 R2, with fixes provided by Microsoft. Discussions focus on troubleshooting memory allocation errors in enterprise and server environments.
  1. Contiguous memory allocation fails with a "STATUS_NO_MEMORY" error in Windows 7 or Windows...

    Link Removed
  2. Stop error message when there is a request to allocate a large amount of contiguous physical memory

    Fixes an issue in which you receive Stop Error 000000A (Error 0x0A) (IRQL_NOT_LESS_OR_EQUAL) on a computer that is running Windows Server 2008 R2 or Windows 7. This issue occurs when there is a request to the system to allocate a large amount of... More...