Search found 2 matches
- 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: 32552
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.
- 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: 16795
Re: Limit GPU usage %?
On linux I set the power limit to 125w (down from 175w) of my 2060 super using nvidia-smi:
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.
Code: Select all
sudo nvidia-smi -pl 125
It would be great to have another way to avoid stuttering on desktop usage while using OpenCL, but I haven't found one.