outil win – perfmon – mdsched

moniteur de performance

Perfmon Counters To Profile Memory Leak

Virtual Bytes: The current size, in bytes, of the virtual address space (VAS) for this process
Each time an application is run in an operating system (OS), the OS creates a new process and a new VAS for this process. Process memory is VAS memory, not physical memory. Physical memory is used by the OS to map values from file bytes to VAS addresses.

Private Bytes: is the current size, in bytes, of memory that this process has allocated that cannot be shared with other processes. Private Bytes represents the amount of private virtual memory a process has allocated and is the value that will rise of a process exhibiting a memory leak bug

Memory Leak Presence
If virtual bytes and private bytes rise and stay latched on to their highs then memory leak is present

counters sql performance
https://hk.saowen.com/a/07aff4f57cf807a149675de204340df86a64a37c688ed3ba4cafdbc490e18909

 Mdsched – windows memory diagnotic tools (outils systeme)

lancer redemarrer et controler le probleme
voir logs
Event Viewer, clicking Windows Logs, clicking System, and then selecting the most recent log with MemoryDiagnostics-Results as the source.