• AnyStream is having some DRM issues currently, Netflix is not available in HD for the time being.
    Situations like this will always happen with AnyStream: streaming providers are continuously improving their countermeasures while we try to catch up, it's an ongoing cat-and-mouse game. Please be patient and don't flood our support or forum with requests, we are working on it 24/7 to get it resolved. Thank you.

pagedpool memory performs memory leak

TTL

New Member
Thread Starter
Joined
Nov 4, 2013
Messages
1
Likes
0
pagedpool memory performs memory leak.
PagedPool increases by approximately 60MB whenever I mount it.
I do not seem to be freed even if I unmount.
The tag is MmSt.
I am enlarged in the following example in 1.6Byte.

It is an analysis result of windbg.

kb> !poolused 2
NonPaged Paged
Tag Allocs Used Allocs Used
MmSt 0 0 14115 1629066272 Mm section object prototype ptes , Binary: nt!mm

The OS is 7 windows 64bit.
Pool_Paged_Bytes.jpg
 
Last edited:
Back
Top