Begin add gpuPassgrouth conf

This commit is contained in:
Florian RICHER 2024-05-07 17:55:36 +02:00
parent f7ad61e5a0
commit c117a43b27
12 changed files with 402 additions and 0 deletions

View file

@ -0,0 +1,6 @@
#!/bin/bash
## Enable CPU governor on-demand mode
cat /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor
for file in /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor; do echo "ondemand" > $file; done
cat /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor