Negative Value for Pool NonPaged Allocs
When "Pool NonPaged Allocs" got negative value.Any开发者_JAVA技巧 one has any idea about it?
Thanks
The counters are 32-bit, so they've probably wrapped around and the software you're using is displaying the value as a signed integer. This probably indicates your system has been up for a very long time, or that you have some driver which is doing a lot of allocations.
精彩评论