I've been folding for a while now, usually whilst working but also leaving it running overnight. I do various types of work but a fair amount of CAD work. I understand that there is no way to adjust the GPU usage percentage and just stop it slowing down my work by having the GPU set to 'on idle'.
I've just noticed that some of my CAD sluggishness is because the CAD process isn't getting processor priority over the FAH process. Checking both using Task Manager is showing CAD as having Normal and FAH as Low. My FAHControl is set to Lowest for CPU priority too.
What I'd like is the ability to a user run process to take CPU priority over the FAH process when it needs to. Then as it drops, let FAH take up whatever spare processing cycles there are. Where am I going wrong?
v7.6.13, using this config.xml:
Code: Select all
<config>
<!-- Folding Slot Configuration -->
<cpus v='0'/>
<!-- Network -->
<proxy v=':8080'/>
<!-- Slot Control -->
<power v='medium'/>
<!-- User Information -->
<passkey v='XXXXXXXXXXXXXXXXXXXXXXXXXX'/>
<team v='XXXXXXXXXXXXXXXXXXXXXX'/>
<user v='XXXXXXXXXXXXXXXXXXXXXXXXX'/>
<!-- Folding Slots -->
<slot id='0' type='CPU'/>
<slot id='1' type='GPU'>
<idle v='true'/>
</slot>
</config>