Notes, scripts, XML files, and README
This commit is contained in:
6
scripts/prepare/begin/cpu_mode_performance.sh
Normal file
6
scripts/prepare/begin/cpu_mode_performance.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
## Enable CPU governor performance mode
|
||||
cat /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor
|
||||
for file in /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor; do echo "performance" > $file; done
|
||||
cat /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor
|
Reference in New Issue
Block a user