우리는 하나를 만들고 있습니다:
vi /etc/systemd/system/cpupower.service
[Unit]
Description=CPU powersave
[Service]
Type=oneshot
ExecStart=/usr/bin/cpupower idle-set -D 0
ExecStart=/usr/bin/cpupower frequency-set -g performance
[Install]
WantedBy=multi-user.target
그리고:
chmod 644 /etc/systemd/system/cpupower.service; systemctl enable cpupower.service
SLES12.3 시스템에서는 재부팅 후에 설정되지 않습니다!
"systemctl restart cpupower.service"를 실행할 때만 설정됩니다.수동..
질문:재부팅할 때마다 설정되도록 영구적으로 설정하려면 어떻게 해야 합니까?
답변1
sed -i.$(date +%F-%Hh-%Mm-%Ss) 's/#governor/governor/g; s/#energy_perf_bias/energy_perf_bias/g; s/#min_perf_pct/min_perf_pct/g' /usr/lib/tuned/*/tuned.conf
조정이 도움이 됩니다! (닫기: 업데이트를 조정하면 이 설정이 제거될 수 있으므로 /usr이 아닌 /etc/에서 수정해야 합니다)