Task Manager

GPU process memory counters report incorrect values in Windows 10

GPU process memory counters report incorrect values in Windows 10

In today's post, we will explore the symptoms, reproduce the issue and then provide the possible mitigation for the issue where the GPU process memory counters report incorrect values in Windows 10.

GPU process memory counters report incorrect values

Graphics Processing Unit (GPU) process memory counters appear to show memory leaks for running applications in Windows 10. This issue affects the following counters:

Some GPUs do not use the dedicated GPU memory. In those cases, the Dedicated GPU memory counter is either not available or has a value of “0.” So the issue that this post describes does not occur.

If you want to reproduce the issue using Office application as an example, do the following.

Launch Task Manager. In Task Manager, select Details.

On the Details pane, right-click a column head, and click Select columns, and then select Dedicated GPU memory.

Click OK.

Start any Office application, create a blank document, and then maximize the application window.

Start any other application, and then maximize that application window in the same monitor as the Office application (so that the new application hides the Office application).

Wait approximately 30 seconds for the Office application to enter “Low Resource Mode.” In this mode, the Office application flushes its discardable caches, including the GPU resources.

On the Task Manager Details pane, check the Dedicated GPU memory value for the Office application. You should notice that the value has dropped by approximately 100MB.

Bring the Office application window back to the monitor foreground.

According to Microsoft, this is a known issue in Windows 10.

To monitor dedicated GPU memory on affected systems, use the Performance pane of Task Manager, WPR or WPA.

Hope you find this post informative enough.

Як використовувати Xdotool для стимулювання клацань миші та натискань клавіш у Linux
Xdotool - це безкоштовний інструмент командного рядка з відкритим кодом для імітації клацань миші та натискань клавіш. У цій статті буде розглянуто ко...
Топ 5 ергономічних продуктів для комп'ютерної миші для Linux
Чи викликає тривале використання комп’ютера біль у зап’ясті або пальцях? Ви страждаєте від ригідності суглобів і вам постійно доводиться трясти руки? ...
How to Change Mouse and Touchpad Settings Using Xinput in Linux
Most Linux distributions ship with “libinput” library by default to handle input events on a system. It can process input events on both Wayland and X...