Additional SQL Server features and topics not covered by specific categories
Hi @SQLRocker ,
These values show the number of CPUs in the NUMA node. It will be more intuitive and clear to use SQL Server Management Studio to check NUMA nodes or the logical processors in each NUMA node(Right click on the instance > properties > processors).
For each NUMA node there is in the server there will be a line in the ERRORLOG file. The CPUs which are in the NUMA node are shown based on the values in the CPU mask and the Active CPU mask.
https://www.dcac.com/syndication/how-can-you-tell-how-many-numa-nodes-your-sql-server-has
https://bobsql.com/how-it-works-it-just-runs-faster-auto-soft-numa/
If the answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.