Skip to content

Commit 0ccc018

Browse files
authored
Merge pull request #77341 from StewartHandsMSFT/patch-1
Update performance-guidelines-best-practices-checklist.md
2 parents 89cf2d1 + caa2dee commit 0ccc018

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/azure-sql/virtual-machines/windows/performance-guidelines-best-practices-checklist.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,9 @@ For your SQL Server availability group or failover cluster instance, consider th
140140
* If optimizing SQL Server VM performance does not resolve your unexpected failovers, consider [relaxing the monitoring](hadr-cluster-best-practices.md#relaxed-monitoring) for the availability group or failover cluster instance. However, doing so may not address the underlying source of the issue and could mask symptoms by reducing the likelihood of failure. You may still need to investigate and address the underlying root cause. For Windows Server 2012 or higher, use the following recommended values:
141141
- **Lease timeout**: Use this equation to calculate the maximum lease time out value:
142142
`Lease timeout < (2 * SameSubnetThreshold * SameSubnetDelay)`.
143-
Start with 40 seconds. If you're using the relaxed `SameSubnetThreshold` and `SameSubnetDelay` values recommended previously, do not exceed 80 seconds for the lease timeout value.
144-
- **Max failures in a specified period**: Set this value to 6.
143+
Start with 40 seconds. If you're using the relaxed `SameSubnetThreshold` and `SameSubnetDelay` values recommended previously, do not exceed 80 seconds for the lease timeout value.
144+
- **Max failures in a specified period**: You can set this value to 6.
145+
- **Healthcheck timeout**: You can set this value to 60000 initially, adjust as necessary.
145146
* When using the virtual network name (VNN) to connect to your HADR solution, specify `MultiSubnetFailover = true` in the connection string, even if your cluster only spans one subnet.
146147
- If the client does not support `MultiSubnetFailover = True` you may need to set `RegisterAllProvidersIP = 0` and `HostRecordTTL = 300` to cache client credentials for shorter durations. However, doing so may cause additional queries to the DNS server.
147148
- To connect to your HADR solution using the distributed network name (DNN), consider the following:

0 commit comments

Comments
 (0)