Page 1 of 1

Can unused folding slots be removed?

Posted: Sat Sep 06, 2025 5:32 pm
by Schrödinger's cat
Is it possible to remove unused folding slots via config.xml?

Re: Can unused folding slots be removed?

Posted: Sat Sep 06, 2025 5:58 pm
by muziqaz
yes

Re: Can unused folding slots be removed?

Posted: Sat Sep 06, 2025 6:12 pm
by Schrödinger's cat
If removed via Advanced Control > Configure, won't they be added back when the Folding@home client is restarted?

Re: Can unused folding slots be removed?

Posted: Sat Sep 06, 2025 6:20 pm
by muziqaz
Schrödinger's cat wrote: Sat Sep 06, 2025 6:12 pm If removed via Advanced Control > Configure, won't they be added back when the Folding@home client is restarted?
No, that would defeat the purpose of the Advanced Controls, would it? However, if I remember correctly, v7 would automatically still re-add a GPU slot, in which case you just pause it and leave it be.

Re: Can unused folding slots be removed?

Posted: Sat Sep 06, 2025 6:43 pm
by Joe_H
If you have an unused GPU folding slot that you delete using the v7 Configure, by default it will be added back. To keep this from happening, once you have the GPUs you want configured, then set GPUs to false. The ones already configured with slots will remain, the client will not rescan to add GPUs after a restart. I don't recall if that is a checkoff box available in the advanced or expert tabs, it can be also added as an option through config.xml. I don't have anymore v7 clients around, so can't check the syntax. But it has been posted here a number of times in the past.

Re: Can unused folding slots be removed?

Posted: Sat Sep 06, 2025 6:55 pm
by Schrödinger's cat
Joe_H wrote: Sat Sep 06, 2025 6:43 pm If you have an unused GPU folding slot that you delete using the v7 Configure, by default it will be added back. To keep this from happening, once you have the GPUs you want configured, then set GPUs to false. The ones already configured with slots will remain, the client will not rescan to add GPUs after a restart. I don't recall if that is a checkoff box available in the advanced or expert tabs, it can be also added as an option through config.xml. I don't have anymore v7 clients around, so can't check the syntax. But it has been posted here a number of times in the past.
Thanks JoeH, that's just what I'm after. In Advanced Control, it's just a matter of adding

Code: Select all

gpu false
to the Extra client options on the Expert tab.