Jump to content
  • 0

Stop idle CPU usage?


nickodemos

Question

2 answers to this question

Recommended Posts

On 11/4/2016 at 6:24 PM, nickodemos said:

I was wondering if there is a way or a way can be coded in that if you are on pause the CPU usage stops.

 

Currently on my 8 core CPU 15% is always being burned up even while paused.

 

On 11/4/2016 at 6:40 PM, EnigmaGrey said:

Probably not. Java and its GC is going to be running in the background for as long as the application is up.

 

Give this program a try, it works for me when I want to lower the CPU usage of certain programs.

 

http://mion.faireal.net/BES/#download

 

Some tips

 

Hit Options->Advanced->Allow More than 99% reduction

Hit Do->Control->Awake once in every 400ms

 

Then just select the process and put it on 100% and it will effectively pause the process.

 

You can pause and unpause from that Do->Control screen.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...