Menu Close
1.13. 安装并启用 TuneD
此流程安装并启用 TuneD 应用程序,安装 TuneD 配置集,并为您的系统预设默认 TuneD 配置集。
步骤
安装
tuned
软件包:# dnf install tuned
启用并启动
tuned
服务:# systemctl enable --now tuned
另外,还可为实时系统安装 TuneD 配置集:
# dnf install tuned-profiles-realtime tuned-profiles-nfv
验证 TuneD 配置集是否活跃并应用:
$ tuned-adm active Current active profile: balanced
$ tuned-adm verify Verfication succeeded, current system settings match the preset profile. See tuned log file ('/var/log/tuned/tuned.log') for details.