Photonicat 下调CPU频率: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

5 June 2023

  • curprev 12:3512:35, 5 June 2023C2h2 talk contribs 461 bytes +461 Created page with "==Powersave 模式== 命令行输入: <pre> #! /bin/bash cat /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor for file in /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor; do echo "powersave" > $file; done cat /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor </pre> ==CPU 关闭部分核心== <pre> echo 0 > /sys/devices/system/cpu/cpu1/online echo 0 > /sys/devices/system/cpu/cpu2/online echo 0 > /sys/devices/system/cpu/cpu3/online </pre>"