4.2. 启用调优配置集
Red Hat Enterprise Linux 8 在安装过程中默认启用 tuned 守护进程。在裸机上,红帽建议在 Satellite 服务器和 Capsules 上运行 throughput-performance tuned 配置集。在虚拟机上,红帽建议运行 virtual-guest 配置集。
流程
检查
tuned是否正在运行:# systemctl status tuned如果
tuned没有运行,请启用它:# systemctl enable --now tuned可选:查看可用
tuned配置集列表:# tuned-adm list根据您的场景启用
tuned配置集:# tuned-adm profile "My_Tuned_Profile"