Skip to content

Commit adda37b

Browse files
authored
Update configure-the-max-degree-of-parallelism-server-configuration-option.md
1 parent fceab35 commit adda37b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/database-engine/configure-windows/configure-the-max-degree-of-parallelism-server-configuration-option.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,8 @@ From [!INCLUDE[ssKatmai](../../includes/ssKatmai-md.md)] through [!INCLUDE[ssSQL
6363
|----------------|-----------------|-----------------|
6464
|Server with single NUMA node|Less than 8 logical processors|Keep MAXDOP at or below # of logical processors|
6565
|Server with single NUMA node|Greater than 8 logical processors|Keep MAXDOP at 8|
66+
|Server with multiple NUMA nodes|Greater than 8 logical processors per NUMA node|Keep MAXDOP at or below # of logical processors per NUMA node|
6667
|Server with multiple NUMA nodes|Greater than 8 logical processors per NUMA node|Keep MAXDOP at 8|
67-
|Server with multiple NUMA nodes|Greater than 8 logical processors per NUMA node|Keep MAXDOP at half the number of logical processors per NUMA node with a MAX value of 8|
68-
6968

7069
### <a name="Security"></a> Security
7170

0 commit comments

Comments
 (0)