Skip to content

Commit

Permalink
Merge pull request #6499 from v-lianna/CI_191001
Browse files Browse the repository at this point in the history
AB#191001 task-manager-displays-incorrect-processor-affinity
  • Loading branch information
Deland-Han authored May 29, 2024
2 parents f286453 + 71de1f9 commit 5b7d06c
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
title: Task Manager displays incorrect processor affinity
description: Describes a known issue in which Task Manager displays incorrect processor affinity in Windows Server 2022.
ms.date: 05/29/2024
manager: dcscontentpm
audience: itpro
ms.topic: troubleshooting
localization_priority: medium
ms.reviewer: kaushika, rblume, v-lianna
ms.custom: sap:System Performance\Performance tools (Task Manager, Perfmon, WSRM, and WPA), csstroubleshoot
---
# Task Manager displays incorrect processor affinity in Windows Server 2022

This article describes a known issue in which Task Manager displays incorrect processor affinity in Windows Server 2022.

When you use Task Manager to set process affinity in Windows Server 2022, the processors might show processor groups incorrectly.

For example, when you right-click a process under the **Details** tab in Task Manager and select **Set affinity**, a system with 64 logical processors and two NUMA nodes incorrectly shows four sets of CPU nodes numbered repeatedly as follows:

```output
CPU 0 (Node 0)
CPU 1 (Node 0)
...
CPU 15 (Node 0)
CPU 0 (Node 1)
CPU 1 (Node 1)
...
CPU 15 (Node 1)
CPU 0 (Node 0)
CPU 1 (Node 0)
...
CPU 15 (Node 0)
CPU 0 (Node 1)
CPU 1 (Node 1)
...
CPU 15 (Node 1)
```

This is a known issue in Windows Server 2022, and it doesn't affect the performance or usage of the system.
2 changes: 2 additions & 0 deletions support/windows-server/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2115,6 +2115,8 @@ items:
href: ./performance/server-service-configuration-tuning.md
- name: Task Manager displays incorrect memory information
href: ./performance/task-manager-display-incorrect-memory-info.md
- name: Task Manager displays incorrect processor affinity
href: ./performance/task-manager-displays-incorrect-processor-affinity.md
- name: Unable to allocate memory from the system paged pool
href: ./performance/unable-allocate-memory-system-paged-pool.md
- name: User-defined data collector set doesn't run as scheduled
Expand Down

0 comments on commit 5b7d06c

Please sign in to comment.