cpu has a high load, which means there are more waiting processes, but cpu itself is idle or can handle other tasks, so why does the system change cards when the cpu load is high?
cpu has a high load, which means there are more waiting processes, but cpu itself is idle or can handle other tasks, so why does the system change cards when the cpu load is high?
the high cpu load is not more waiting, but more cpu execution (such as being used by some improperly designed process), and many of the processes that should be executed are not assigned to cpu,.
cpu has a high load, which proves that it is too busy to queue up to perform tasks. And generally speaking, there are more things to calculate at this time, and if you don't have the energy to do anything else, you may feel stuck
.Previous: When webpack is running, how can you prevent the console from displaying these messages?
Next: Transfer String to byte of specified length in Java []