Update README.md
This commit is contained in:
parent
870a47fec6
commit
f3ad29318b
14
README.md
14
README.md
|
@ -25,7 +25,7 @@ sudo chmod +x ./install_daemon.sh
|
|||
sudo ./install_daemon.sh
|
||||
```
|
||||
|
||||
Service is registered for start at system startup. Start and stop it using:
|
||||
Service is registered to start at system startup. Start and stop it using:
|
||||
```bash
|
||||
# start
|
||||
sudo systemctl start superfans-gpu-controller
|
||||
|
@ -39,3 +39,15 @@ sudo systemctl status superfans-gpu-controller
|
|||
# view logs (with trailing)
|
||||
sudo journalctl -f -u superfans-gpu-controller
|
||||
```
|
||||
|
||||
# Settings
|
||||
|
||||
Currently the settings are hardcoded into superfans_gpu_controller.py (TODO: split into config file) using the following table:
|
||||
* 0°C => 25%
|
||||
* 60°C => 30%
|
||||
* 70°C => 36%
|
||||
* 80°C => 40%
|
||||
* 85°C => 45%
|
||||
* 90°C => 50%
|
||||
|
||||
At full workload using 4x RTX 2080 Ti this results in around 75°C - 80°C (GPU temperature).
|
||||
|
|
Loading…
Reference in New Issue