設定performance模式

ahuo發表於2024-08-20

find /sys/ -type f -name 'governor' -exec cat {} \;

echo performance | tee $(find /sys/ -name *governor) /dev/null || true

相關文章