Googles appar
Huvudmeny

Post a Comment On: cbloom rants

"03-12-09 - ERROR_NO_SYSTEM_RESOURCES"

4 Comments -

1 – 4 of 4
Blogger kevin77 said...

I get the ERROR_NO_SYSTEM_RESOURCES (1450) after opening a 445 MB file, seeking to some offset within that file, and then trying to read 4 bytes. I have an open ticket with Microsoft now to try and resolve the problem, but it appears the "solution" will more than likely be to increase the PagedPoolSize registry setting as described at http://support.microsoft.com/kb/312362

August 17, 2010 at 9:25 AM

Blogger cbloom said...

Probably you have a buggy device driver on your system which is leaking paged pool. There's a kernel-memory debug monitoring tool you can use to investigate who is allocating memory, I forget what it's called.

August 17, 2010 at 9:41 AM

Blogger TTimo said...

7 years on, this is still the most useful assessment of root causes for this error. Thank you :)

November 18, 2017 at 8:52 AM

Blogger cbloom said...

I see that I never wrote a real clear conclusion to this post. In my case the actual issue that was causing my trouble was a buggy graphics card driver that was allocating kernel "paged pool" memory and leaking it, so over time it would use up all the paged pool and I wouldn't be able to get anything through except tiny IOs. That was the cause of the ERROR_NO_SYSTEM_RESOURCES.

On a well behaved system without buggy drivers ERROR_NO_SYSTEM_RESOURCES should be pretty hard to trigger.

(there are some driver debugging tools that can show you these kernel allocations if you need to track down one of these issues)

This was also back on Win32 where these issues were much more common. With 64-bit Windows the limits are much higher and harder to hit.

July 13, 2020 at 10:15 AM

You can use some HTML tags, such as <b>, <i>, <a>

This blog does not allow anonymous comments.

Comment moderation has been enabled. All comments must be approved by the blog author.

You will be asked to sign in after submitting your comment.