更新 PVE 系统调整

This commit is contained in:
CallMeR
2023-06-25 14:47:49 +08:00
parent 45f67c0575
commit a120553cda
5 changed files with 144 additions and 122 deletions
+6 -5
View File
@@ -6,10 +6,10 @@
# Default-Start: 2 3 4 5
# Default-Stop:
# Short-Description: set CPUFreq kernel parameters
# Description: utilities to deal with CPUFreq Linux
# Description: utilities to deal with CPUFreq Linux
# kernel support
### END INIT INFO
#
#
DESC="CPUFreq Utilities"
@@ -27,13 +27,13 @@ CPUFREQ_OPTIONS=""
# and which limits to set. Both MIN_SPEED and MAX_SPEED must be values
# listed in:
# cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_frequencies
# a value of 0 for any of the two variables will disabling the use of
# a value of 0 for any of the two variables will disabling the use of
# that limit variable.
#
# WARNING: the correct kernel module must already be loaded or compiled in.
#
#
# Set ENABLE to "true" to let the script run at boot time.
#
#
# eg: ENABLE="true"
# GOVERNOR="ondemand"
# MAX_SPEED=1000
@@ -98,3 +98,4 @@ case "$1" in
esac
exit 0