yojimbo87 Asked: 2011-03-21 01:47:53 +0800 CST2011-03-21 01:47:53 +0800 CST 2011-03-21 01:47:53 +0800 CST Windows Server 2008 R2 max open files limit 772 Does Windows Server 2008 R2 have similar limitations to maximum number of opened files like linux have? files limitations windows-server-2008-r2 2 Answers Voted Hikedaya 2011-03-21T02:06:10+08:002011-03-21T02:06:10+08:00 Windows Servers have limitations on maximum connected users and maximum open files per session. These are default settings: Maximum Logged On Users: 16777216 Maximum open files per session: 16384 You can view them with net config server command. techno 2015-12-22T20:14:14+08:002015-12-22T20:14:14+08:00 Windows have limits on the number of Open File Handles.It will be around 16,711,680 on 64 bit machines and on 32 bit machines it will be 16,744,448. 64 BIT 32 BIT This is the reference Microsoft Blog Post Pushing the Limits of Windows by Mark Russinovich https://blogs.technet.microsoft.com/markrussinovich/2009/09/29/pushing-the-limits-of-windows-handles/
Windows Servers have limitations on maximum connected users and maximum open files per session. These are default settings:
You can view them with
net config server
command.Windows have limits on the number of Open File Handles.It will be around 16,711,680 on 64 bit machines and on 32 bit machines it will be 16,744,448.
64 BIT
32 BIT
This is the reference Microsoft Blog Post Pushing the Limits of Windows by Mark Russinovich https://blogs.technet.microsoft.com/markrussinovich/2009/09/29/pushing-the-limits-of-windows-handles/