Leaking System Committed Memory

56346435 1 Reputation point
2021-03-06T03:44:37.753+00:00

Is there a way that makes the performance counter of the Process(total)\Private bytes to allocate memory over time to exceed the total of Memory\committed bytes to cause memory leak using Perfmon Tool of Windows?

like the attached picture which happened after approximately one week. It's clear that the private bytes were keep growing (allocate memory) whereas Committed bytes deallocated over time, how to simulate that work or do the same?

Thanks

74915-private-bytes-ss.jpg

Windows 10 Security
Windows 10 Security
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Security: The precautions taken to guard against crime, attack, sabotage, espionage, or another threat.
2,758 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Teemo Tang 11,341 Reputation points
    2021-03-08T07:50:19.927+00:00

    Check this Microsoft document for a hint.
    Using Performance Monitor to Find a User-Mode Memory Leak
    https://learn.microsoft.com/en-us/windows-hardware/drivers/debugger/using-performance-monitor-to-find-a-user-mode-memory-leak

    -------------------------------------------------------------------------------------

    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.