View difference between Paste ID: peqLGxSa and 4h2ySm1V
SHOW: | | - or go back to the newest paste.
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 and capture the issue:
3+
Now run this command to capture the issue:
4
5-
xperf -on latency+ReferenceSet -stackwalk profile+VirtualAlloc+VirtualFree -buffersize 1024 -MaxFile 512 -FileMode Circular && timeout -1 && xperf -d HighCPUUsageWithVAlloc.etl
5+
xperf -on LATENCY+DISPATCHER+FOOTPRINT+VIRT_ALLOC+MEMINFO+VAMAP+REFSET+MEMINFO_WS -stackwalk VirtualAlloc+VirtualFree+PROFILE+CSwitch+ReadyThread -buffersize 2048 -MaxFile 2048 -FileMode Circular && timeout -1 && xperf -d C:\TEMP\HighCPUAndMemoryUsage.etl
6
7-
If you have enough data (30-60s), press a key to stop tracing.
7+
If you have enough data of the memory usage grow + CPU usage (1.5 - 3 minutes), press a key to stop tracing.
8
     
9-
Zip the HighCPUUsage.etl as 7z/RAR (to reduce the size), upload it (Skydrive, dropbox) and paste a link here.
9+
Compress the HighCPUAndMemoryUsage.etl as 7z/RAR (to reduce the size), upload it (Onedrive, dropbox) and paste a link here.