Skip to content

Commit c0982f4

Browse files
authored
Merge pull request #15433 from PiJoCoder/patch-20
Sentence case for a couple of titles
2 parents a3e81a0 + 76f6d89 commit c0982f4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/database-engine/configure-windows/affinity-mask-server-configuration-option.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,13 +120,13 @@ These are **affinity mask** values for an 8-CPU system.
120120

121121
The affinity mask option is an advanced option. If you're using the sp_configure system stored procedure to change the setting, you can change **affinity mask** only when **show advanced options** is set to 1. After executing the [!INCLUDE[tsql](../../includes/tsql-md.md)] RECONFIGURE command, the new setting takes effect immediately without requiring a restart of the SQL Server instance.
122122

123-
## Non-uniform Memory Access (NUMA)
123+
## Non-uniform memory access (NUMA)
124124

125125
When using hardware-based non-uniform memory access (NUMA) and the affinity mask is set, every scheduler in a node binds to its own CPU. When the affinity mask isn't set, each scheduler is bound to the group of CPUs within the NUMA node and a scheduler mapped to NUMA node N1 can schedule work on any CPU in the node, but not on CPUs associated with another node.
126126

127127
Any operation running on a single NUMA node can only use buffer pages from that node. When an operation is run in parallel on CPUs from multiple nodes, memory can be used from any node involved.
128128

129-
## Licensing Issues
129+
## Licensing issues
130130

131131
Dynamic affinity is tightly constrained by CPU licensing. SQL Server doesn't allow any configuration of
132132
affinity mask options that violates the licensing policy.

0 commit comments

Comments
 (0)