Windows file server 性能优化

简介:
复制以下内容到*.reg文件,合并后,重新启动FS.
For 2003 Server

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem]
"NtfsDisable8dot3NameCreation"=dword:00000001
"NtfsMemoryUsage"=dword:00000002

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters] 
"NumTcbTablePartitions"=dword:00000008 

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Interfaces\{INTERFACE NUMBER}] 
"TcpAckFrequency"=dword:0000000d 

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management] 
"PagedPoolSize"=dword:ffffffff 
"LargeSystemCache"=dword:00000000 

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Executive] 
"AdditionalDelayedWorkerThreads"=dword:00000020 
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RpcXdr\Parameters] 
"DefaultNumberOfWorkerThreads"=dword:00000040 

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NfsSvr\Parameters] 
"OptimalReads"=dword:00000001 
"RdWrHandleLifeTime"=dword:0000000a 
"RdWrNfsReadHandlesLifeTime"=dword:0000000a 
"RdWrNfsHandleLifeTime"=dword:0000003c 
"RdWrThreadSleepTime"=dword:0000003c 
"SecureHandleLevel"=dword:00000000 
"NfsHandlesCacheSizeLowWatermark"=dword:003d08ce 
"NfsHandlesCacheSizeMax"=dword:003d0900 
"NtfsHandlesCacheSizeLowWatermark"=dword:000249be 
"NtfsHandlesCacheSizeMax"=dword:000249f0 
"FileHandleCacheSizeInMB"=dword:3de00000 
"LockFileHandleCacheInMemory"=dword:00000001 

"MaxIcbNfsReadHandlesCacheSize"=dword:00001f40


 

本文转自 zhxhua 51CTO博客,原文链接:http://blog.51cto.com/virtualtop/663787 ,如需转载请自行联系原作者

相关文章
|
7天前
|
监控 安全 网络安全
Windows Server管理:配置与管理技巧
Windows Server管理:配置与管理技巧
32 3
|
10天前
|
存储 安全 网络安全
Windows Server 本地安全策略
由于广泛使用及历史上存在的漏洞,Windows服务器成为黑客和恶意行为者的主要攻击目标。这些系统通常存储敏感数据并支持关键服务,因此组织需优先缓解风险,保障业务的完整性和连续性。常见的威胁包括勒索软件、拒绝服务攻击、内部威胁、恶意软件感染等。本地安全策略是Windows操作系统中用于管理计算机本地安全性设置的工具,主要包括用户账户策略、安全选项、安全设置等。实施强大的安全措施,如定期补丁更新、网络分段、入侵检测系统、数据加密等,对于加固Windows服务器至关重要。
|
1月前
|
边缘计算 安全 网络安全
|
1月前
|
数据安全/隐私保护 Windows
安装 Windows Server 2019
安装 Windows Server 2019
|
1月前
|
网络协议 Windows
Windows Server 2019 DHCP服务器搭建
Windows Server 2019 DHCP服务器搭建
|
1月前
|
网络协议 定位技术 Windows
Windows Server 2019 DNS服务器搭建
Windows Server 2019 DNS服务器搭建
|
1月前
|
安全 网络协议 数据安全/隐私保护
Windows Server 2019 搭建并加入域
Windows Server 2019 搭建并加入域
|
1月前
|
网络协议 文件存储 Windows
Windows Server 2019 FTP服务器搭建
Windows Server 2019 FTP服务器搭建
|
1月前
|
网络协议 Windows
Windows Server 2019 Web服务器搭建
Windows Server 2019 Web服务器搭建
|
2月前
|
网络安全 虚拟化 Windows
windows 11安装openSSH server 遇到的"kex_exchange_identification: read: Connection reset"问题
windows 11安装openSSH server 遇到的"kex_exchange_identification: read: Connection reset"问题