The paged pool on windows has risen steadily.

owen.kim 176 Reputation points
2023-01-10T02:27:55.027+00:00

Is there any way to debug the paged pool?

277721-image.png

277634-image.png

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
36,258 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Thameur-BOURBITA 32,586 Reputation points
    2023-01-10T08:15:39.173+00:00

    Hi,

    You can use the task manager or Resource Monitor to identify which program are using memory :

    check-memory-usage-in-windows-10 375359

    Please don't forget to mark helpful reply as answer

    0 comments No comments

  2. Limitless Technology 43,966 Reputation points
    2023-01-12T16:41:55.3566667+00:00

    Hello there,

    A memory leak occurs when software (drivers) make kernel memory allocations and never free them, over time this can deplete kernel memory.

    Poolmon is a tool that can be used to view kernel memory pools and their consumption. A great explanation of poolmon and how it works can be found here . https://techcommunity.microsoft.com/t5/core-infrastructure-and-security/another-troubleshooting-adventure-more-real-life-memory-pool/ba-p/257050

    Hope this resolves your Query !!

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

    0 comments No comments