开发者

Negative Value for Pool NonPaged Allocs

开发者 https://www.devze.com 2023-01-26 22:18 出处:网络
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 d

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消