Article ID: 142719 - Last Review: February 21, 2007 - Revision: 3.2 Windows Reports Out of Resources Error When Memory Is AvailableThis article was previously published under Q142719 SYMPTOMS
Windows or a Windows service reports an error in the event log
stating that the system is out of resources; however, according to Performance
Monitor and Windows Diagnostics, there is plenty of RAM
available. For example, if a large number of connections are made to SQL
Server, SQL Server reports an error 1450 - Insufficient System
Resources, even though this system has plenty of RAM available.
CAUSE
The Windows kernel is running out of paged-pool memory. When Windows
starts, it calculates the amount of paged-pool memory available to the
kernel based on the amount of physical RAM in the system. The following lists describes the maximum values in Windows:
MORE INFORMATION
This behavior is by design. Windows currently uses 32-bit addressing for memory.
This only allows for 4 GB of addressable RAM, which must be divided into
various sections of virtual memory. The kernel only has 2 GB to divide up
and, in this distribution of addresses, paged-pool memory is allocated a
maximum of 192 MB. This is a restriction of the 32-bit addressing.
APPLIES TO
| Article Translations
|
Back to the top
