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.
-
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)
From M Schenkel -
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.
From Joshua Hudson
0 comments:
Post a Comment