LargeSystemCache determines whether Windows 2000 Server should maintains a standard size or a large size file system cache, and influences how often the system writes changed pages back to hard disk.
Increasing the size of the file system cache generally improves server performance, but it reduces physical memory space available to applications and services. In addition, writing system data less frequently minimizes use of the kernel disk subsystem, but the changed pages occupy memory that might otherwise be used by applications.
LargeSystemCache is DWORD registry data type that could be located at registry path
HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management
Setting LargeSystemCache to 1 (system default)
Establishes a large system cache working set that can expand to physical memory, minus 4 MB, if needed. The system allows changed pages to remain in physical memory until the number of available pages drops to approximately 250. This setting is recommended for most computers running Windows 2000 Server as file server on large networks.
Setting LargeSystemCache to 0
Establishes a standard size file system cache of approximately 8 MB. The system allows changed pages to remain in physical memory until the number of available pages drops to approximately 1,000. This setting is recommended for servers running applications that do their own memory caching, such as Microsoft SQL Server, and for applications that perform best with ample memory, such as Internet Information Services web server.
Other than access to registry via regedit.exe and edit directly, alternative method to tweak LargeSystemCache is by
Increasing the size of the file system cache generally improves server performance, but it reduces physical memory space available to applications and services. In addition, writing system data less frequently minimizes use of the kernel disk subsystem, but the changed pages occupy memory that might otherwise be used by applications.
LargeSystemCache is DWORD registry data type that could be located at registry path
HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management
Setting LargeSystemCache to 1 (system default)
Establishes a large system cache working set that can expand to physical memory, minus 4 MB, if needed. The system allows changed pages to remain in physical memory until the number of available pages drops to approximately 250. This setting is recommended for most computers running Windows 2000 Server as file server on large networks.
Setting LargeSystemCache to 0
Establishes a standard size file system cache of approximately 8 MB. The system allows changed pages to remain in physical memory until the number of available pages drops to approximately 1,000. This setting is recommended for servers running applications that do their own memory caching, such as Microsoft SQL Server, and for applications that perform best with ample memory, such as Internet Information Services web server.
Other than access to registry via regedit.exe and edit directly, alternative method to tweak LargeSystemCache is by
- accessing to the Server Optimization tab in Network And Dial-up Connections,
- right-click My Network Places,
- click Properties,
- right-click Local Area Connection,
- click Properties,
- click File And Printer Sharing For Microsoft Networks,
- and then click the Properties button,
- to set the LargeSystemCache to 0, select the Maximize Data Throughput For Network Applications option,
- to set the LargeSystemCache to 1, select Maximize Data Throughput For File Sharing.