Skip to content

Commit

Permalink
Use lowest CPU priority
Browse files Browse the repository at this point in the history
Lowering the CPU priority allows miners to run almost impact-free at 100% CPU usage. In other words we can make the impact setting (much) more aggressive.

Fixes #32.
  • Loading branch information
Artoria2e5 authored Nov 22, 2017
1 parent 9e7297d commit 47161e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions desktop/miner.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ class Miner {
'--keepalive': '',
'--no-color': '',
'--max-cpu-usage': '25',
'--cpu-priority': '0',
'--print-time': '4'
};

Expand Down

0 comments on commit 47161e6

Please sign in to comment.