Windows 7 Nonpaged Pool Srv Error 2017
I’m using my Windows 7 machine as a file server in addition to it being my Media Center. I’m mounting a Samba (smb) share using CIFS from my Linux server so I can synchronize files using rsync. However, I ran into a problem after using the mounted share for a small amount of time. I found a simple solution after a bit of research.
After running rsync for a short amount of time, I discovered that I was getting memory allocation errors related to the Windows share. After unmounting, I attempted to remount the share and received the error:
mount error(12): Cannot allocate memory
Refer to the mount.cifs(8) manual page (e.g.man mount.cifs)
After checking the Event Viewer System log, I found the following error:
Source: srv
Event ID: 2017
Level: Error
The server was unable to allocate from the system nonpaged pool because the server reached the configured limit for nonpaged pool allocations.
Some research led me to find this Google Groups discussion about the problem and this Microsoft Technet article discussing the solution (look at the bottom of the page). Apparently you need to tell Windows that you want to use the machine as a file server and that it should allocate resources accordingly. 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
After making these changes and restarting, I haven’t seen this issue arise again. Fixed!
Update (2011/9/16): I had no idea this fix would end up being so popular when I wrote it up. It is easily the most visited page on this site. The original Technet article seems to be gone now, but a commenter has pointed me to a text file that contains the same content. Here is the link: http://www.decuslib.com/decus/vmslt99a/nt/tips.txt

Unbelievable! I was running into this issue using Mac OS X 10.7.2 (Lion) when copying files from my mac to my windows 7 PC. Finder gave me Error 36 all the time when copying big files!
Check this Thread for detailed info!
https://discussions.apple.com/message/16660147
Thank you a 100 times!
+1… thanks!
Great thanks !
We (have to) use this fix with every new install.
Thanks a million!
Thank you, thank you. This issue hit me when I upgraded my home network to gigabit. Silly MS.
Thanks a lot for the solution. It gave me headaches.
Regards,
OMG….THANK YOU! totally worked for me…now OSX 10.6.8 and 10.7.2 both see SMB network shares from Vista64 machines. I thought SMB was not included with Lion, but EVERYTHING WORKS!!!
Excellent! Just what I needed. Thanks!
You the man!!!! Thanks for the timely tip – saved me hours of heartburn….Tom
Thanks a lot ! It’s works now !