I am getting this error on almost all of the operations on a Windows 7 pro 32 bit machine. By operations I mean anything I do. Update a repo from subversion. Access a local IIS Site. Copy a big folder. Run an installer.and sometime if I try again. It get solved.

I think there is something wrong wit windows7 . I searched around and found posts suggesting to increase IRPStackSize value in registry I did that no Luck. I am using Microsoft Security Essentials Version: 1.0.1961.0 as my antivirus package

Once this errors starts popping up. I have to restart and then in after some random time. It starts showing up again.

Any help is appreciated. I am losing lot of my time in restarting my system or retrying again and again.

link|improve this question
Is your disk full? – Bill Weiss Jun 2 '10 at 18:00
No, I have more then 15% space in my disk. My Page files are also not on the C: drive and I have disabled hibernation as well. – Mohit Jun 2 '10 at 18:18
do you belong to an active directory domain and are you a member of many groups like 1000+ groups either nested or not? – tony roth Jul 29 '10 at 18:45
No I m not I am part of like 5-10 groups only. – Mohit Aug 7 '10 at 18:48
feedback

3 Answers

I too get it with a service I have created. I really don't know much about it. I have seen it has something to do with the IRPStackSize (Read This Article)

link|improve this answer
feedback

I ran into this tonight and this blog post fixed my problem after changing these two values and rebooting:

http://alan.lamielle.net/2009/09/03/windows-7-nonpaged-pool-srv-error-2017

Set the following registry key to ’1′: HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\LargeSystemCache

and set the following registry key to ’3′:

HKLM\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters\Size

I also noticed that we both have Security Essentials installed. Not sure if that is a common thread, but it is something that could be causing the issue.

link|improve this answer
feedback

This is a typical behaviour of a server that starts lots of app compiled with Delphi.

See this.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.