REGEDIT4 ; Registry entries for NT Servers ; These first two changes are recommended by Lotus: ; The default for this setting is 1 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management] "LargeSystemCache"=dword:00000000 ; And the default for this setting is 2 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\PriorityControl] "Win32PrioritySeparation"=dword:00000000 ; These changes enable Black Hole Router discovery [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters] "EnablePMTUDiscovery"=dword:00000001 "EnablePMTUBHDetect"=dword:00000001 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management] ; This registry change is recommended for servers with an L2 cache ; of greater than 256 MB. The value of 200 below represents 512 in ; hex notation, so it is geared towards a server with a 512K cache. ; DO NOT use a value higher than the amount of L2 cache you have! ; And don't forget to use a hex number! ; Default value is 0. "SecondLevelDataCache"=dword:00000200 ; These two entries were recommended by Microsoft Knowledgebase articles ; Q192409 and Q171458. Along with SP4, they are supposed to help fix ; crashes caused by the opening of large files and can possibly improve ; performance. ; By default, these entries don't exist. "DisablePagedPoolHint"=dword:00000001 "UnusedFileCache"=dword:0000000f