HP Z 99 STUDIO NOTEBOOK MEMORY LEAK Is this computer still saved

JQB 20 Reputation points
2023-05-10T15:12:19.5433333+00:00

This battle 99 STUDIO is the top series of HP notebook 2500-3500 US dollars, before communicating with HP,

1, their whole series does not support WPF applications, the memory will skyrocket several times, they say that the computer is normal, there is no need to be compatible with all software;

2, their series of notebooks if shielding the board, can solve the memory leakage, but after shielding, the external 3 monitors can only be connected, the workstation notebook has become the same computer as the ordinary $1000. And NVIDIA's card is connected to the USB YTPEC , the board and the Lightning 4 connection, they say this is also their design, without any problems.

3 Later, I consulted the Microsoft WPF engineer here, and he told me which WPF software came with the WIN11 system, and I tested it in turn. I found that drawing software, movie and TV software memory occupation is twice as much as another old desktop, 30M and 60M programs have become more than 100M memory occupation, several other software also have different degrees of growth,

4 and then remote desktop access to another computer, this program in the desktop is 53M, notebook is 460M, 10 times the explosion,

5 open the same several built-in tools, desktop is more than 30%, notebook 74% ,

6 Among them, the most skyrocketing is the desktop window manager, 35M to 2000M, so that the memory is full before opening other third-party software! How to use such a leaky computer!

No contrast, no harm! It's not better than not knowing, it's more frightening than being shocked

I know the C++ development of the desktop manager here, the remote desktop should also be C++ development, just chatted with CHATGPT4, he reminded me that the desktop window manager uses DIRECT3D technology, so I suddenly realized, WPF also uses DIRECT3D, remote desktop is also, so how to deal with this?

Is this computer still saved? What do I need to set up to fix these memory leaks? Please guide some, thank you very much

桌面窗口管理器2G

笔记本多自带WPF 屏幕截图 2023-05-10 204815

笔记本 WIN11 自带 照片和电影和电视

台式机 加载多个系统自带WPF程序汇总 线程 屏幕截图 2023-05-10 183621

台式机 系统自带照片和电影和电视

Windows
Windows
A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.
4,724 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Limitless Technology 43,926 Reputation points
    2023-05-18T13:10:53.6133333+00:00

    Hello there,

    A memory leak occurs when a process allocates memory from the paged or nonpaged pools, but doesn't free the memory. As a result, these limited pools of memory are depleted over time, causing Windows to slow down. If memory is completely depleted, failures may result.

    You can use this article to troubleshoot further

    https://learn.microsoft.com/en-us/windows-hardware/drivers/debugger/finding-a-memory-leak

    Hope this resolves your Query !!

    --If the reply is helpful, please Upvote and Accept it as an answer--

    0 comments No comments