You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/database-engine/configure-windows/configure-the-max-worker-threads-server-configuration-option.md
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ ms.workload: "On Demand"
60
60
- The following table shows the automatically configured number of max worker threads for various combinations of CPUs and versions of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)].
3. In the **Max worker threads** box, type or select a value from 128 through 32767.
117
+
3. In the **Max worker threads** box, type or select a value from 128 through 32,767.
118
118
119
-
Use the **max worker threads** option to configure the number of worker threads available to [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] processes. The default setting for **max worker threads** is best for most systems. However, depending on your system configuration, setting **max worker threads** to a smaller value sometimes improves performance.
119
+
> [!TIP]
120
+
> Use the **max worker threads** option to configure the number of worker threads available to [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] processes. The default setting for **max worker threads** is best for most systems.
121
+
> However, depending on your system configuration, setting **max worker threads** to a smaller value sometimes improves performance.
122
+
> See [Recommendations](#Recommendations) in this page for more information.
120
123
121
124
## <aname="TsqlProcedure"></a> Using Transact-SQL
122
125
@@ -141,12 +144,11 @@ RECONFIGURE;
141
144
GO
142
145
```
143
146
144
-
For more information, see [Server Configuration Options (SQL Server)](../../database-engine/configure-windows/server-configuration-options-sql-server.md).
145
-
146
147
## <aname="FollowUp"></a> Follow Up: After you configure the max worker threads option
147
-
The change will take effect immediately without requiring the [!INCLUDE[ssDE](../../includes/ssde-md.md)] to restart.
148
+
The change will take effect immediately after executing [RECONFIGURE](../../t-sql/language-elements/reconfigure-transact-sql.md), without requiring the [!INCLUDE[ssDE](../../includes/ssde-md.md)] to restart.
0 commit comments