Como terminar o processo ocioso do sistema?

-1

Toda vez que eu começo meu windows 7, a CPU fica muito alta, até 60% e eu não abri nada ainda.

Eu abri o gerenciador de tarefas e vi qual processo utilizava mais. No uso da CPU e descobri que o Processo de ociosidade do sistema tinha 67% de uso da CPU.

Depois disso, tentei matar esse processo, mas ele me mostrou isso.

Como posso resolver este problema?

    
por MChaker 29.06.2015 / 12:53

1 resposta

7

Como termino o processo ocioso do sistema?

Você não pode matar o processo System Idle . A verdadeira questão é por que você quer?

System Idle é o processo que é executado quando o computador não tem absolutamente nada melhor para fazer (em outras palavras, ele está aguardando que algum outro processo precise de mais recursos da CPU).

O que é o processo ocioso do sistema e por que ele está usando a maior parte da CPU?

I mean, really, a process that regularly takes up 99% of your CPU’s time must be a bad thing, right?

Nope, not at all. Just the opposite, in this case.

...

The fact is that most computers can never really do nothing. When the computer is on, the CPU’s running and it must do something – even if that “something” is waiting for something real to do.

Think of it as your computer just twiddling its virtual thumbs, waiting for something more important to do. The computer’s doing something (virtual thumb twiddling), but we wouldn’t call that doing anything useful.

That’s called being idle.

And the “System Idle Process” is the software that runs when the computer has absolutely nothing better to do.

It effectively runs at the lowest possible priority so that if anything, anything at all, comes along for the CPU to work on, it can. When there’s nothing left to do, back to idle it goes.

So having the System Idle Process using 90% of your CPU is a good thing … it means that that 90% is readily availble should there be any real work to do.

Fonte O que é o processo ocioso do sistema e por que ele está usando a maior parte da CPU?

    
por 29.06.2015 / 13:32