sp00n
sp00n
Yeah, having that problem as well. ``` _getZoomImageCompletionImmediate: getZoomImageResult=null; type=object ThumbnailZoomPlus: page facebook getZoomImage rejected with null ThumbnailZoomPlus: ... resumed ```
Still seems to be the case as of jQuery 1.10.2. Receiving the error "jQuery._unmark is not a function" in line 397 of jquery.transition.js.
I've noticed the same, and none of the default themes featured the variable color highlightning. I've then added both of the entries above to the theme, but only one of...
The CPU utilization error fires if over a course of 8 seconds the stress test program process doesn't run with the expected amount of CPU utilization and no error message...
You have quite a bit of the CPU utilization messages in your log with the C-States enabled, most of the time it recovered in time though so the error wasn't...
After googling around, it seems to be a problem that was introduced with Windows 11 22H2. Many monitoring programs suddenly reported very low usage, even if the CPU was almost...
The idle "process" is not a real process, it's just the remainder of the CPU resources that are currently not used. There is a performance counter for % idle time,...
Fittingly this issue has the number 64. Not sure I'm going to fix this, leaving this here for future reference: https://learn.microsoft.com/en-us/windows/win32/procthread/processor-groups https://stackoverflow.com/questions/76317127/windows-11-thread-affinities-spanning-multiple-processor-groups-explicitly https://learn.microsoft.com/en-us/windows/win32/api/processtopologyapi/nf-processtopologyapi-setthreadgroupaffinity
@djangoa Thanks for this, I looked into it yesterday, but couldn't find a way to do this purely with PowerShell, so would've needed to look up how to invoke the...
Yeah, apparently it was an 8 socket system (the E7540 in that blog had 6 cores / 12 threads, and 12*8 = 96 = 48+48 makes sense). So it seems...