sql-docs
sql-docs copied to clipboard
Update sql-server-linux-performance-best-practices.md
Add a note for open file limitation.
This setting do not apply to systemd services. Most Linux dist now have hard limit of nofile at least 1048576.
There is no reason to set a lower soft limit and I don't know why original author choose a value of 32727 ($2^{15}-1-40$).