Search found 2 matches

by Gustavo
Mon Apr 20, 2020 3:16 pm
Forum: CPU Projects - released FAHCores _a7 & _a8 (a4 retired)
Topic: Docker can't get work units, laptop gets them fine.
Replies: 15
Views: 23344

Re: Docker can't get work units, laptop gets them fine.

The use case for me is security, I'd rather run software there where it doesn't have access to my actual filesystem.
by Gustavo
Sun Mar 15, 2020 2:03 pm
Forum: V7.5.1 Public Release Windows/Linux/MacOS X [deprecated]
Topic: Limit GPU usage %?
Replies: 11
Views: 15245

Re: Limit GPU usage %?

On linux I set the power limit to 125w (down from 175w) of my 2060 super using nvidia-smi:

Code: Select all

sudo nvidia-smi -pl 125
that way it keeps its temperatures low enough to be silent.

It would be great to have another way to avoid stuttering on desktop usage while using OpenCL, but I haven't found one.