Advertisement
MagicAndre1981

diag pool memory leak with xperf

May 30th, 2015
612
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Install the Windows Performance Toolkit (http://social.technet.microsoft.com/wiki/contents/articles/4847.install-the-windows-performance-toolkit-wpt.aspx), open the command prompt with admin rights.
  2.  
  3. Now run this command to capture the issue:
  4.  
  5. xperf -on PROC_THREAD+LOADER+Pool -stackwalk PoolAlloc -buffersize 2048 -MaxFile 2048 -FileMode Circular && timeout -1 && xperf -d C:\trace_pool_alloc.etl
  6.  
  7. If you have enough data of the pool memory usage grow press a key to stop tracing.
  8.  
  9. Compress the trace_pool_alloc.etl as 7z/RAR (to reduce the size), upload it (Onedrive, Dropbox) and paste a link here.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement