Search found 2 matches
- Fri Apr 07, 2023 10:55 am
- Forum: V7.6.x Public Release Windows/Linux/MacOS X
- Topic: How to change Fahcore_22.exe priority in Windows?
- Replies: 4
- Views: 12828
Re: How to change Fahcore_22.exe priority in Windows?
Well... Just FYI if anyone else has this "problem", here is how I solved it: 1. Simple PS script that will look for and check the prio of "Fahcore_22.exe" every 15min and set it to normal if it is anything else. Save that in a .ps1 file: while($true) { $process = Get-Process | wh...
- Thu Apr 06, 2023 11:39 pm
- Forum: V7.6.x Public Release Windows/Linux/MacOS X
- Topic: How to change Fahcore_22.exe priority in Windows?
- Replies: 4
- Views: 12828
How to change Fahcore_22.exe priority in Windows?
Hi, I noticed Fahcore_22.exe always starts in "Low" priority when I check taskmgr. The CPU is used for mining, i've left only the GPU slot for FAH. The miner takes all available idle cpu time (constantly 90-100%) and generally doesn't disturb the usage of the pc. I suspect this arrangement...