Home > Software engineering >  Windows server 2012 page buffer pool leak
Windows server 2012 page buffer pool leak

Time:09-21

The operating system for Windows server 2012 R2 Standard

System status:





The application memory:





Poolmon state (according to NonPage take up from order of the) :





The page buffer Pool there Pool (N) has a value of about 60 g, but the list, the biggest only 426 m, the page buffer Pool is no problem,

System running our c + + applications, is to use the new application memory, can't touch the page buffer pool this, but call the lens, the sea Kang Dahua SDK connections that up until now have run out of memory and need to restart the machine to solve it, if is the problem that the SDK, I should how to debug to find out the evidence, because see his exe related memory are normal,

The page buffer pool not suddenly rose, but irregular rose slowly, the machine run for a month or so,

Don't know how to debug, now, is there a way how to see who was eating the page buffer pool memory?

CodePudding user response:

Using multiple process isolation resource leaks,

CodePudding user response:

reference 1st floor zhao4zhong1 response:
using multiple process isolation resource leaks,


Can completely don't understand, the specific point

CodePudding user response:

B has a resource leak
A direct call B, is also A resource leak
Each call to B, to start A new child processes, and into the arguments passed to the child, the child process calls in B, and to the results to the parent process A, then the child immediately exits, A it not resource leaks,

Here of course resources only withdraw from the process, will be what kind of resources, operating system of automatic recovery

  • Related